Commit Graph

99 Commits (ce3c5fe2cb8f7f14652b5e73c1c5e30b00717777)

Author SHA1 Message Date
ray-x ce3c5fe2cb fix the referece floatwindow loading performance issue 2 years ago
ray-x 2f44f0115a add servers options for #109 3 years ago
Loreo13 3d6b24f919
Add root markers for clojure_lsp (#108)
* Add support for clojure_lsp

* Show clojure_lsp is supported in README.MD

* Add root_patterns for clojure_lsp
3 years ago
Loreo13 c85fcb202f
Add support for clojure_lsp (#107)
* Add support for clojure_lsp

* Show clojure_lsp is supported in README.MD
3 years ago
ray-x 83b66dbea1 Add error check for config, Allow show additional info for diagnostic 3 years ago
ray-x 49fb9032d8 bugfix clangd #102 buffer not loaded empty diagnostic info 3 years ago
ray-x 0b2e66fa98 disable packer filetype as default 3 years ago
ray-x 99b7b1c502 issue #99 add texlab 3 years ago
ray-x 342a429485 update disable filetype and README 3 years ago
ray-x f43b0aba0e add diagnostic toggle, adjust width of preview window 3 years ago
TANIGUCHI Masaya d9fb882e98
Add markdown (#96) 3 years ago
ray-x 622804e674 client load table on filetype detected 3 years ago
ray-x 5083b07972 setup with lsp installer 3 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 c4bfcabd64 merge lsp_request check lsp cap before sending lsp request to client 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 74af2c1a72 add svelteserver 3 years ago
ray-x 687f78db5b timer of filetype detect to 500 3 years ago
ray-x 1ba70b81d5 lazyload lua-dev #72 3 years ago
ray-x 2afd51ae11 incoming_calls and outgoing_calls cause errors when results from LSP server have multiple lines #78 3 years ago
ray-x 0f2868c5e6 Better lspinstall support 3 years ago
ray-x 3c0646074a bugfix for #71 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 295b5e89ec cleanup logs, enable pyright format with black 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 cde5c6be5c strange code action casued cursor drifting. disable codeaction in insert mode 3 years ago
ray-x d39cf20903 disable all lsp #49 by setting disable_lsp='all' 3 years ago
ray-x 01f97aa665 capabilities default. based on cmp nvim-lsp suggestions 3 years ago
ray-x 78e574cbcd codelens setup for gopls 3 years ago
ray-x 58ac955777 codelens support, foldelsp 3 years ago
ray-x 4f262e9909 deprecate pyls 3 years ago
ray-x d04159f633 bugfix #40 handle nil lsp setup 3 years ago
ray-x a85c3e89ae do not load lsp if server executable is not valid 3 years ago
ray-x 4ff9aa47a3 diagnosticDelay and watchedFileDelay update for gopls (0.7.1) 3 years ago
ray-x d034edbe0e add lspinstall 3 years ago
ray-x 3f6de1f686 document update, golsp setup 3 years ago
ray-x 62178024fd add efm load option 3 years ago
ray-x d62b03c394 remove defer_fn as it may throw error messages... 3 years ago
ray-x e64c56789f improve on_attach override 3 years ago
ray-x 47656e063e tuning timer 3 years ago
ray-x a0fa3d278a retry client setup 3 years ago