mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-30 00:54:25 +02:00
Typo fix
This commit is contained in:
parent
3f0cd75469
commit
f70dcb3373
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -718,7 +718,7 @@ require('lazy').setup({
|
||||||
-- This handles overriding only values explicitly passed
|
-- This handles overriding only values explicitly passed
|
||||||
-- by the server configuration above. Useful when disabling
|
-- by the server configuration above. Useful when disabling
|
||||||
-- certain features of an LSP (for example, turning off formatting for ts_ls)
|
-- 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.config(name, config)
|
||||||
vim.lsp.enable(name)
|
vim.lsp.enable(name)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue