LunarVim/lua/lvim
kylo252 198577aa75
refactor(lsp): cleanup servers' override configuration (#2243)
* refactor(lsp): cleanup override settings

- rename lsp.override to lsp.automatic_configuration.ignored_servers
- add lsp.automatic_configuration.ignored_filetypes

* chore(info): update override section

* refactor(lsp): rename ignored to skipped

* fix: better deprecation handling

* docs(lsp): add example for (un-)skipping servers

* refactor(lsp): allow installing overridden servers

* docs(lsp): update config_win.example.lua as well

* chore(lsp): update skipped_servers list

* fix(logger): less noise from client_is_configured
2022-04-14 23:17:22 +04:30
..
config refactor(lsp): cleanup servers' override configuration (#2243) 2022-04-14 23:17:22 +04:30
core refactor(lsp): cleanup servers' override configuration (#2243) 2022-04-14 23:17:22 +04:30
impatient feat: add an independent lvim namespace (#1699) 2021-10-10 21:07:41 +02:00
interface chore: fix typos (#2292) 2022-02-18 17:47:17 +03:30
lsp refactor(lsp): cleanup servers' override configuration (#2243) 2022-04-14 23:17:22 +04:30
utils refactor: re-enable packer.sync() in LvimReload (#2410) 2022-04-03 14:32:52 +02:00
bootstrap.lua chore(installer): require neovim 0.6.1+ (#2211) 2022-01-24 13:01:57 +01:00
impatient.lua fix(impatient): avoid get_options in fast handler (#2451) 2022-04-12 11:18:17 +02:00
keymappings.lua chore: fix typos (#2292) 2022-02-18 17:47:17 +03:30
plugin-loader.lua refactor: re-enable packer.sync() in LvimReload (#2410) 2022-04-03 14:32:52 +02:00
plugins.lua fix(impatient): avoid get_options in fast handler (#2451) 2022-04-12 11:18:17 +02:00
utils.lua chore: fix typos (#2292) 2022-02-18 17:47:17 +03:30