Skip to content

Commit 38828dc

Browse files
authored
feat: enable lua lsp snipppets (#660)
1 parent b58666d commit 38828dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

init.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,9 @@ require('lazy').setup {
562562
-- If lua_ls is really slow on your computer, you can try this instead:
563563
-- library = { vim.env.VIMRUNTIME },
564564
},
565+
completion = {
566+
callSnippet = 'Replace',
567+
},
565568
-- You can toggle below to ignore Lua_LS's noisy `missing-fields` warnings
566569
-- diagnostics = { disable = { 'missing-fields' } },
567570
},

0 commit comments

Comments
 (0)