Commit Graph

280 Commits (7965d9c1bc3b1af84b276c3bbe615cbc22d8cc81)

Author SHA1 Message Date
ray-x 7965d9c1bc add comment on the origin of code snippets 2 years ago
ray-x b55f6101fb issue #247 Setting python virtual environment 2 years ago
ray-x c0bfecc6af issue #246 code action ui width 2 years ago
ray-x 922a4264d8 codeActionProvider check 2 years ago
ray-x bd3dfe2ee2 cursorhold issue https://github.com/ray-x/lsp_signature.nvim/issues/235 2 years ago
ray-x 46ba7e9887 use empty() 2 years ago
ray-x e4a5dcd33f https://github.com/ray-x/go.nvim/issues/241 dirname nil 2 years ago
Sebastian Müller 6e94065243
Fix: Remove deprecated rust-analyzer settings (#244)
Fixes #243
2 years ago
ray-x c6e6c57c86 deprecate experimentalWatchedFileDelay for gopls (0.10.0) 2 years ago
ray-x da978e3f53 allow style_markdown apply to hover 2 years ago
ray-x d77ab354d4 allow hover to be override by other plugins e.g. noice/lspsaga 2 years ago
ray-x 6ee96c35b5 clang encoding 2 years ago
ray-x ce81b4a6da deprecate lsp.buf_get_clients 2 years ago
rayx 7a88235bd1
[breaking] Neodev (#237)
[BREAKING] deprecate lua-dev setup and in favor neodev 
* lua-dev -> neodev
* update deprecated messages
2 years ago
sp4ke 4353d64fa3
fix automated handling of libraries with sumneko_lua + lua-dev (#235)
- This also fixes auto completion with native vim api using lua-dev and
  nvim-cmp (also complements #229)

Co-authored-by: spike <spike@w530>
2 years ago
ray-x 273f614212 highlight symbole updates 2 years ago
ray-x 1f3b01acd1 mason updates 2 years ago
ray-x 1cbad111c7 update format_on_save setup 2 years ago
sp4ke bd2b48fe6b
fix error for mason+ccls case (#231)
- User has possibility to add exceptions to the clients handled by mason
  This is helpful incase mason is used but a particular LSP server is not
  handled by mason (like *ccls*)

Co-authored-by: spike <spike@w530>
2 years ago
ray-x 451d761f76 features side panel for symbol reference 2 years ago
sp4ke 8278f71878
make sure merge luadev config from user (#229)
Co-authored-by: spike <spike@w530>
2 years ago
ray-x 8d00282020 volar and diangnostic severity level check 2 years ago
ray-x 9afcd37854 issue #227 2 years ago
ray-x c70d032b08 mason setup 2 years ago
ray-x af7fc7d649 some updates for mason 2 years ago
sp4ke a7886fc055
Fix keymap buffer (#223)
* apply key mapping to selected buffer only

* <help> filetype should not be handled by navigator

Co-authored-by: spike <spike@w530>
2 years ago
ray-x 28d245510f using neovim 0.7 API 2 years ago
ray-x b131251ad8 send floating view result to quickfix; de-duplicate references 2 years ago
ray-x 8978bdb1e3 issue #219 missing end 2 years ago
ray-x ae251289b3 issue #218 range format operator 2 years ago
ray-x 6c0e286170 update readme for on_attach 2 years ago
ray-x 5713f79265 clear autocmd #191 2 years ago
ray-x fca2fa5aaa some version of neovim does not support underline etc 2 years ago
rayx 49dbca889d
Update clients.lua 2 years ago
ray-x 861ae038dd underdouble is not supported by 0.7.x 2 years ago
ray-x dcc40278c5 use create_autocmd API; split clients.lua into 3 files 2 years ago
ray-x 6736293182 split sumneko 2 years ago
ray-x 10ef469286 issue #214 lsp_installer loading 2 years ago
ray-x 89dd02c927 using neovim 0.7.0 api for autocmd 2 years ago
ray-x bbdf86a66e refactor highlight setup. it is for #216 and also using API from neovim 0.7 now 2 years ago
ray-x c3ef990390 lint 2 years ago
ray-x 348ab9dced mason support #215 2 years ago
ray-x 967fd32bae prevent autocmd being call in a loop 2 years ago
ray-x 4aef8dc5f2 dartls installer not working #212 2 years ago
ray-x 0de6c290cf issue #211 tsserver not working 2 years ago
ray-x 9aad2978dc resend filetype if lsp not ready 2 years ago
ray-x 49c3e5cd4d prevent compare number to bool. As the name for `html` LSP is `html` 2 years ago
rayx 05dfed9ed9
issue #171 multiple lsp server started (#205)
* issue #171 multiple lsp server started

* neovim 0.6.1
2 years ago
ray-x 05753da8db add deprecate message 2 years ago
ray-x 85e3f6e045 Allow user pass the lua-dev setup into navigator 2 years ago