mirror of
https://github.com/nvim-lua/kickstart.nvim
synced 2024-10-31 03:20:28 +00:00
feat: enable lua lsp snipppets (#660)
This commit is contained in:
parent
b58666dd15
commit
38828dcaf7
3
init.lua
3
init.lua
@ -562,6 +562,9 @@ require('lazy').setup {
|
||||
-- If lua_ls is really slow on your computer, you can try this instead:
|
||||
-- library = { vim.env.VIMRUNTIME },
|
||||
},
|
||||
completion = {
|
||||
callSnippet = 'Replace',
|
||||
},
|
||||
-- You can toggle below to ignore Lua_LS's noisy `missing-fields` warnings
|
||||
-- diagnostics = { disable = { 'missing-fields' } },
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user