Commit Graph

94 Commits (e882757fb2a2095d63b4725dc632980b20a02cd1)

Author SHA1 Message Date
ray-x 0f2868c5e6 Better lspinstall support 3 years ago
ray-x a2ddb1ff4b logs cleanup. enable formatting hook only when cap formatting 3 years ago
ray-x ecb25de260 rename disable_format_ft to disable_format_cap 3 years ago
ray-x e56eeb4f88 issue #67 disable_lsp = 'all' causes errors 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
ray-x 90039247b4 jdtls, enable signature by default 3 years ago
rayx 91e22f5e71
Lv thread (#60)
* update tests, update total display

* not run ts def multiple time

* Thread enable for display and backend

* remove ::continue::

* README updates

* skip diagnostic in edit mode

* error marker uri nil handling

* disable debug

* debounce text change to 1s

* severity sort

* diagnostic skip loading files
3 years ago
ray-x 22028ff82e #57 refactor keymapping on lsp attach 3 years ago
ray-x f33a3e8e7d allow preview more lines 3 years ago
ray-x 56479a0339 add gitignore, remove logs and print statement 3 years ago
ray-x cde5c6be5c strange code action casued cursor drifting. disable codeaction in insert mode 3 years ago
ray-x f5a1fc747b add diagnostic_virtual_text, #42 3 years ago
ray-x 58ac955777 codelens support, foldelsp 3 years ago
ray-x 51d32b26b9 Feature: Treesitter folding 3 years ago
ray-x 04cf51f6c8 feature: blur effect
feature: transparancy setup
3 years ago
ray-x 0584a5cd06 feature: diagnostic sign in scroll bar area enable by default 3 years ago
ray-x ef995eeb7e border setup for diagnostic 3 years ago
ray-x f16a04482d add config for showing error in quickfix 3 years ago
ray-x 2c11296b70 Feature: show diagnostics info summary in scrollbar area 3 years ago
ray-x d034edbe0e add lspinstall 3 years ago
ray-x 5b2dcb7cd0 Rename ToggleLspFmt to LspToggleFmt 3 years ago
ray-x 1ef00fe742 Add ToggleLspFmt to disable lsp format, bugfix for signature 3 years ago
ray-x dcc616765e [Bugfix] Update default config regarding keymaps 3 years ago
ray-x f8060a72c8 update keymapping override document and sample config 3 years ago
ray-x e64c56789f improve on_attach override 3 years ago
ray-x baad5112d8 optimize jump to position
improve jump location
3 years ago
ray-x c5fe79d6df update window height and width preset 3 years ago
Mateus B. Melchiades a955e07992
Symbols aggregated in config (#15) 3 years ago
ray-x 09667c32a9 gopls on_attach does not trigger on every open buffer, need keymap for all buffers 3 years ago
ray-x 2d7214d875 bugfix: mapping setup 3 years ago
ray-x d8385f2993 change sumneko setup, move it to lsp section 3 years ago
ray-x 1546b6a604 Allow disable all keymaps 3 years ago
ray-x fe65abed35 allow change log level to trace from config 3 years ago
ray-x 4e748eccab fix treesitter for C++. Add variable defination(C++, Go) 3 years ago
ray-x 777acc4b92 merge treesitter branch. Improve reference search with treesitter scope. Better highlight in reference search result 3 years ago
ray-x 7351a65917 Update treesitter adding arrow function and function types for
treesitter
3 years ago
ray-x 4a58870a28 better autoload, prevent multiple loading for same lsp server 3 years ago
ray-x 14886706db lazy plugin loading and autocmd to load the plugin 3 years ago
ray-x f92160080e code clean up, remove lsp-status 3 years ago
ray-x 8982fd4206 bugfix on_attach is nil and diagnostic update 3 years ago
ray-x 93460890c6 user setup and doc updates 3 years ago
ray-x 54f4fca0c0 update doc and configuration for float win size 3 years ago
ray-x fda09ffd8b update lsp status 3 years ago
ray-x 9d5f2efdbd init commit 3 years ago