Commit Graph

19 Commits (de5c88c766a8806cfbaf0b48dd647b21b9480080)

Author SHA1 Message Date
ray-x de5c88c766 lint pipeline 2 years ago
ray-x 516d643ffe lsp installer update issue #181 2 years ago
ray-x 3f49769abc lint all codes 2 years ago
ray-x 8a32139e1a lsp installer path issue #187 2 years ago
ray-x 2232317b0a combine on_attach 2 years ago
ray-x b936cbb48d updates for lsp-installer 3 years ago
ray-x 87f4c2b664 deprecate lspinstall in faviour of lsp_installer 3 years ago
ray-x 89b08bc968 svelte, codeaction remove empty, luadev #72 3 years ago
ray-x a952d694e1 lazyload for lua-dev 3 years ago
ray-x faab21a1a7 issue #82 3 years ago
ray-x c08cbdda89 lazy load for lua-dev 3 years ago
rayx 93c7eae2ca
Code action v2 (#81)
* bugfix for #71

* Better lspinstall support

* incoming_calls and outgoing_calls cause errors when results from LSP server have multiple lines #78

* remove logs

* update README.md

* defer format update

* lazyload lua-dev #72

* timer of filetype detect to 500

* document update

* update codeaction

* action command

* update code action details

* add svelteserver
3 years ago
ray-x 1ba70b81d5 lazyload lua-dev #72 3 years ago
ray-x 0f2868c5e6 Better lspinstall support 3 years ago
ray-x 3c0646074a bugfix for #71 3 years ago
rayx 79fee5dda8
Vim diagnostic refactor (#63)
* multigrid support

* Tuning diagnostic performance, add codelens inline hint function

* add ctx to error marker handler

* setup lsp_signature from navigator

* diagnostic refact PR https://github.com/neovim/neovim/pull/15585

* diagnostic api changes

* allow disable emoji/nerdfont icons setup

* improve diagnostic/codeaction/codelens preview popup; add seperate line

* severity_sort set to reverse

* prettier for markdown. code action virtual text show title
3 years ago
Matt Bailey d771df0fa7
Name change lspinstall to nvim-lspinstall in lazy loader (#54)
On a clean install, packer compiles down to:

```lua
  ["nvim-lspinstall"] = {
    loaded = true,
    path = "..."
  },
```

rather than 

```lua
  ["nvim-lspinstall"] = {
    loaded = true,
    path = "..."
  },
```

without this change, I get a (cosmetic) error on every startup like this:

```
Error: attempted to load lspinstall which is not present in plugins table!                                                                                                                                                                                                                  
Error in packer_compiled: ...m/site/pack/packer/start/packer.nvim/lua/packer/load.lua:13: Error: attempted to load lspinstall which is not present in plugins table!                                                                                                                        
Please check your config for correctness
```
```
3 years ago
ray-x d39cf20903 disable all lsp #49 by setting disable_lsp='all' 3 years ago
ray-x d034edbe0e add lspinstall 3 years ago