Commit Graph

571 Commits (5fb82ee1bc4f4bb83a34bcf351bcc9da55901544)

Author SHA1 Message Date
ray-x 59b89e60a8 Preview definition treesitter failure because of API changed 1 year ago
ray-x 38f1c37bbc hover keymap for godoc and pydoc 1 year ago
ray-x f058b3fc40 LSP type defination support 1 year ago
ray-x ac18ae5d57 ftdetect for attach 1 year ago
ray-x 86ed353f62 fix treesitter node nil in logs 1 year ago
ray-x 99e126fe4e bugfix: Fetching symbol references causes errors #263 1 year ago
ray-x b8ad53bce4 rename title 1 year ago
ray-x 1f7bc9ab20 Fix a typo 1 year ago
ray-x 274581e35e float title 1 year ago
ray-x f16029fd25 ts_utils.is_in_node_range for old nevim versions 1 year ago
ray-x c000890350 using vim.log.levels instead of vim.log.lsp_levels 1 year ago
ray-x 6dc7a842f7 issue #262 sumneko_lua deprecated 1 year ago
ray-x ccf3861867 speed up loading by 30ms 1 year ago
ray-x 77b235b2c9 using async call in sidepanel 1 year ago
ray-x d202970180 New commands LspAndDiag TsAndDiag for Panel 1 year ago
ray-x 66d84151e9 panel LSP symbols + diagnostic 1 year ago
ray-x badf6fd16a lazyload relevant plugins with lazy.nvim 1 year ago
ray-x 1fcb0045d1 deprecate vim.lsp.diagnostic 1 year ago
ray-x a801cf6b25 issue #224 force close 1 year ago
ray-x ed53571834 cache get_keymap 1 year ago
ray-x cf30481246 null-ls check 1 year ago
ray-x 08f8b2cf13 Chore: lint and treesitter update 1 year ago
ray-x 3b4569067e Fix lua language server show message every time lua file is opened 1 year ago
ray-x b8a69b6d06 reduce max preload number to speed up sumneko 1 year ago
ray-x b1cb067f7c fetch_lsp_ref refact 1 year ago
ray-x 0a6f7bff15 sumneko cfg refact 1 year ago
ray-x 1b2a0856f4 [breaking] deprecate neodev setup inside navigator, please setup it as metioned in README.md 1 year ago
ray-x 7e95b1baae add new options treesitter_analysis 1 year ago
ray-x a513485311 issue #256 do not load mason when false 🎄🎆 2 years ago
ray-x 5a289ac77d remove lsp installer 🎄🎆 2 years ago
ray-x bdc962a080 bugfix issue #255 signature cfg failed 🎄🎆 2 years ago
ray-x 51727a129c icons option for sign col 🎄🎆 2 years ago
ray-x c75914f7f6 fix test errors 🎄🎆 2 years ago
ray-x bace7a9110 fix test errors 🎄🎆 2 years ago
ray-x f2c9f1d005 icons for virtual text 🌲 2 years ago
ray-x 45a88c08a9 icons disable for diagnostic 🎄 2 years ago
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 9ecc909548 add treesitter depth setup 2 years ago
ray-x a356035440 remove last item in ts context 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
ray-x f8c743396d allow confirm and concel keybind for inplace rename 2 years ago
ray-x d1db210a88 bugfix lsp.rename cfg table 2 years ago
ray-x a6f181708e cleanup and show rename result 2 years ago
Sebastian Müller 6e94065243
Fix: Remove deprecated rust-analyzer settings (#244)
Fixes #243
2 years ago
ray-x 9efdb79a5c update licence/reference to inc-rename and neovim 2 years ago
ray-x 82a8ce6a6a clear old cache and params 2 years ago
ray-x 050902a135 neovim 0.9.x title option 2 years ago
ray-x 48932f2160 minor fix 2 years ago
ray-x b48424e2bc new rename, inplace rename and floating with preview 2 years ago
ray-x 46804da825 codelens prevent repeated load when lsp does not support 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 c583e1a69d suppress error messages 2 years ago
ray-x 273f614212 highlight symbole updates 2 years ago
ray-x b954695e00 issue #234 notify failed 2 years ago
ray-x 1f3b01acd1 mason updates 2 years ago
ray-x 1cbad111c7 update format_on_save setup 2 years ago
ray-x e882757fb2 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 cd98ca2c5b update floating width 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 443fd4d585 issue #228 codelens sign missing 2 years ago
ray-x 10fd76d6d0 default severity 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
ray-x d8f19f6fc1 range_code_action deprecated in neovim 0.8 2 years ago
ray-x df7f4d7229 better format ts_context text 2 years ago
ray-x fb87a0b1b7 long line improvement 2 years ago
ray-x 927c464b70 optimize for go and ts_contex 2 years ago
ray-x e9a40aca40 diagnostic: show line diagnostic: offset the floating windows to first error pos 2 years ago
ray-x edee3e39c6 merge changes for treesitter symbole context 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
yyk de018d9ae3
Fix invalid buffer in defer fn. (#221) 2 years ago
ray-x 1b262556c0 reuse telecsope color scheme 2 years ago
rayx b4ff1c43b9
Update codelens.lua 2 years ago
ray-x ebd88f5d09 re-order code action so null-ls is not the first to see 2 years ago
ray-x 28d245510f using neovim 0.7 API 2 years ago
ray-x f05d2ec142 lint, expand tab to space for treesitter folding 2 years ago
ray-x 9f151cf718 definition preview, show more contents and allow scroll 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 a9c223cc22 de-duplicate 2 years ago
ray-x 6c0e286170 update readme for on_attach 2 years ago
ray-x f24a337f5d switch between buffer type 2 years ago
ray-x 3d87ed3b87 issue #217 README missing symbols 2 years ago
ray-x 5713f79265 clear autocmd #191 2 years ago