diff options
author | Anton Kastritskii <halloy52@gmail.com> | 2024-02-29 18:14:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-29 13:14:36 -0500 |
commit | 38828dcaf7c140902fedeaa75b017bf968400bb0 (patch) | |
tree | 85691a4a7107389e0b31a6516246a5e2da27b932 /init.lua | |
parent | b58666dd15fa9abd40c53b4e6b7a1e1c6e586dcb (diff) |
feat: enable lua lsp snipppets (#660)
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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' } }, }, |