Typo fix
This commit is contained in:
parent
3f0cd75469
commit
f70dcb3373
2
init.lua
2
init.lua
|
@ -718,7 +718,7 @@ require('lazy').setup({
|
|||
-- This handles overriding only values explicitly passed
|
||||
-- by the server configuration above. Useful when disabling
|
||||
-- certain features of an LSP (for example, turning off formatting for ts_ls)
|
||||
config.capabilities = vim.tbl_deep_extend('force', {}, capabilities, server.capabilities or {})
|
||||
config.capabilities = vim.tbl_deep_extend('force', {}, capabilities, config.capabilities or {})
|
||||
vim.lsp.config(name, config)
|
||||
vim.lsp.enable(name)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue