mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nvim: add note
This commit is contained in:
parent
508151ccec
commit
cdc0d38620
1 changed files with 2 additions and 1 deletions
|
|
@ -109,7 +109,8 @@ vim.lsp.set_log_level("off")
|
|||
----------
|
||||
-- Init --
|
||||
----------
|
||||
|
||||
-- It is not recommended to break lspconfig into different settings
|
||||
-- related: https://github.com/neovim/nvim-lspconfig/issues/970#issuecomment-860080502
|
||||
for name, config in pairs(servers) do
|
||||
require("lspconfig")[name].setup {
|
||||
capabilities = mylsp.capabilities,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue