Skip to content

Commit ce2acad

Browse files
committed
Add lua lsp snippets
1 parent 96d3394 commit ce2acad

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
@@ -596,6 +596,9 @@ require('lazy').setup({
596596
library = {
597597
'${3rd}/luv/library',
598598
unpack(vim.api.nvim_get_runtime_file('', true)),
599+
completion = {
600+
callSnippet = 'Replace',
601+
},
599602
},
600603
-- If lua_ls is really slow on your computer, you can try this instead:
601604
-- library = { vim.env.VIMRUNTIME },

0 commit comments

Comments
 (0)