summaryrefslogtreecommitdiff
path: root/lua/lvim/lsp
AgeCommit message (Expand)Author
2022-07-31fix(lvim/lsp/manager): make client_is_configured more reliable (#2851)lvimuser
2022-07-31feat(lsp): bind formatexpr and omnifunc by default (#2865)kylo252
2022-07-04refactor(whichkey): use vim.keymap.set directly (#2786)kylo252
2022-07-02fix(lsp): update format filter for nightly (#2773)kylo252
2022-06-27feat(lsp): add option to override nlsp-settings (#2769)kylo252
2022-06-26feat(lsp): add option to override default `nvim-lsp-installer` settings (#2698)CPea
2022-06-23chore(lsp): notify format request failed once when there is no client (#2697)CPea
2022-06-11fix: skip calling nvim-tree.setup() more than once (#2707)kylo252
2022-05-21refactor: load the default options once (#2592)kylo252
2022-05-11fix(autocmds): disable commentstring_calc on cursor-hold (#2581)kylo252
2022-05-11feat(codelens): cursorhold is too much intrusive for codelens (#2600)Abouzar Parvan
2022-05-06fix(autocmds): make sure we are using codelens correctly (#2576)Abouzar Parvan
2022-05-03refactor: use api-autocmds for lsp functions (#2549)kylo252
2022-04-29fix(lsp): undo stdpath overload to avoid datarace (#2540)kylo252
2022-04-28feat(icons): make it possible to disable icons (#2529)Abouzar Parvan
2022-04-28refactor(lsp): decouple the installer setup-hook (#2536)kylo252
2022-04-22feat(peek): make sure max width and height are customizable (#2492)Abouzar Parvan
2022-04-20refactor: update impatient (#2477)kylo252
2022-04-14refactor(lsp): cleanup servers' override configuration (#2243)kylo252
2022-04-07[Feature] Add option to set maximum cmp menu width (#2425)xeluxee
2022-04-03refactor: re-enable packer.sync() in LvimReload (#2410)kylo252
2022-03-28refactor(lsp): replace deprecated ocamllsp with ocamlls (#2402)steven_j
2022-03-22fix(peek): print error if lsp is unable to get file contents (#2379)Abouzar Parvan
2022-03-21fix(peek): make sure popup_options are positive (#2373)Abouzar Parvan
2022-03-12chore(plugins): last manual plugin update (#2347)Abouzar Parvan
2022-03-04feat: enable nlsp-settings schemas (#2322)Daniel You
2022-02-23refactor(nvim-tree): update settings structure (#2304)Abouzar Parvan
2022-02-16fix(timeoutlen): this has caused way too many issues in the past (#2287)Abouzar Parvan
2022-02-09chore(plugins): bump version (#2261)Abouzar Parvan
2022-02-06chore(plugins): bump version (#2253)Abouzar Parvan
2022-02-03feat: use schemastore.nvim to provide extended json schema support (#2239)Abouzar Parvan
2022-01-30feat(vue): set volar as default language server instead of vuels (#2230)Abouzar Parvan
2022-01-26fix(lsp): avoid accessing undefined user_data (#2216)Alexey Svirschevskiy
2022-01-24chore(plugins): bump plugin version, also fix for offset_encoding (#2210)Abouzar Parvan
2022-01-16fix(lsp): use temporary fork of lua-dev (#2187)kylo252
2022-01-15fix(diag): show lsp-diag code in open_float (#2180)kylo252
2022-01-10fix(lsp): no need to stop clients on LvimReload (#2160)kylo252
2022-01-10fix(install): avoid data-races for `on_packer_complete` (#2157)kylo252
2022-01-08feat(info): display overridden servers for filetype (#2155)kylo252
2022-01-08fix(null-ls): avoid sending invalid opts.args (#2154)kylo252
2022-01-06refactor(null-ls): allow passing full list of options for sources (#2137)kylo252
2022-01-04fix(lsp): formatter now use new null-ls api function (#2135)CPea
2022-01-03refactor(bootstrap): more robust git module (#2127)kylo252
2022-01-03refactor: more consistent autocmds (#2133)kylo252
2022-01-01refactor(info): use new null-ls api for sources (#2125)kylo252
2021-12-28feat(luadev): better vim api completion (#2043)Jieru Mei
2021-12-23refactor: uplift neovim's minimum version requirement to 0.6.0 (#2093)Abouzar Parvan
2021-12-23fix(lsp): set the handlers opts for v0.6 as well (#2109)kylo252
2021-12-21chore: core plugins version bump (#2103)kylo252
2021-12-20refactor: remove unused old language configs (#2094)kylo252