Skip to content

Commit

Permalink
feat: enable lua lsp snipppets (nvim-lua#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonk52 authored and hchienjo committed Oct 19, 2024
1 parent 572f2cb commit 4bb9af0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,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' } },
},
Expand Down

0 comments on commit 4bb9af0

Please sign in to comment.