Commit Graph

200 Commits (34c3bc9c7667a15cb10038634b5e3c7ab3ca1937)

Author SHA1 Message Date
ray-x 34c3bc9c76 Merge branch 'master' into neovim_0.7 3 years ago
studierer 035917c57a
add more lsp (#152) 3 years ago
ray-x 3e03e37d9f update terraform setup 3 years ago
ray-x 5773f66d14 terraform updates 3 years ago
ray-x 74eccbd799 Merge branch 'master' into neovim_0.7 3 years ago
ray-x 0346fc3c0f hash key update 3 years ago
ray-x b2d846647b Merge branch 'master' into neovim_0.7 3 years ago
ray-x cfe8738ad5 disable filetype 'gitcommit' 3 years ago
ray-x 982fe81922 Merge branch 'master' into neovim_0.7 3 years ago
ray-x d024335c91 update client loading 3 years ago
ray-x 41593cb7e4 remove json from auto highlight autocmd 3 years ago
ray-x 429cd16292 remove json from highlight autocmd 3 years ago
ray-x 2c7334e1b6 Merge branch 'master' into neovim_0.7 3 years ago
ray-x 3adbbaf509 remove terraform from auto highlight 3 years ago
ray-x ff8ae83300 reverse sort lsp actions 3 years ago
Joseph DelCioppio b10964e5a2
Add support for ELixir LS (#149) 3 years ago
ray-x e4b2fc0afe merge master 3 years ago
ray-x 2e43b8ee0a merge master 3 years ago
ray-x 2232317b0a combine on_attach 3 years ago
ray-x ff57a1f916 force keymap to be loaded when on_attach is not called it may releated to #130 3 years ago
ray-x f0c5610a1f merge master 3 years ago
ray-x c7872c83a8 merge master 3 years ago
ray-x bf2e867354 lint 3 years ago
ray-x 11d25933ad move capabilities checn around 3 years ago
ray-x 8e9bf39f13 allow config lsp with function 3 years ago
ray-x ccb1bac250 lazy load with func for client config 3 years ago
ray-x 62477b294e drop neovim 0.5 deprecated API 3 years ago
ray-x c03cbca758 update keymaps for gd 3 years ago
ray-x 2d5290d3d6 gd keymaps 3 years ago
David de Rosier dcabc38a12
Fixes problem with disabling icons not working (#142) (#143) 3 years ago
ray-x 2344a9d611 override cfg.cmd setting only when installer is used and no valid cmd is provided 3 years ago
ray-x 1f3ae4a675 update readme of log path, remove lspinstaller logs 3 years ago
ray-x 45e0698d00 issue #137 lspinstaller API changed 3 years ago
ray-x 72ed02f879 locations_to_items offset_encoding 3 years ago
ray-x 96885ae509 add log message when bufnr is not provided 3 years ago
ray-x 4ca6b376a7 breaking changes: https://github.com/neovim/neovim/issues/14090, issue #136 3 years ago
ray-x e80f004f5b issue #133 change gT map to <Leader>gt 3 years ago
ray-x 23090c567c updates vim.notify 3 years ago
ray-x aa9b80e848 empty func 3 years ago
ray-x 19969e3902 keymap bugfix #119 3 years ago
ray-x abf5de64fd update gui for workspace symbol 3 years ago
ray-x 873135bf9a lsp def and lsp ref with async request 3 years ago
ray-x c528b58bb9 replace print to notify, add workspace gui 3 years ago
ray-x 85d907ffaf add lspkeymaphelp command to show the current keymapping 3 years ago
ray-x 5ab4dffba5 add gohtmltmpl in default setup 3 years ago
rayx 941b3fc80f
vim.ui.select adapt native codeaction and codelens apply actions (#117)
* doc update for lsp-installer

* use vim.ui.select and guihua ui patch

* adjust null-ls sequence
3 years ago
ray-x 3c9ee3785c omnisharp default setup 3 years ago
ray-x ce3c5fe2cb fix the referece floatwindow loading performance issue 3 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