We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58666d commit 38828dcCopy full SHA for 38828dc
init.lua
@@ -562,6 +562,9 @@ require('lazy').setup {
562
-- If lua_ls is really slow on your computer, you can try this instead:
563
-- library = { vim.env.VIMRUNTIME },
564
},
565
+ completion = {
566
+ callSnippet = 'Replace',
567
+ },
568
-- You can toggle below to ignore Lua_LS's noisy `missing-fields` warnings
569
-- diagnostics = { disable = { 'missing-fields' } },
570
0 commit comments