1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-07-02 22:43:41 +02:00

nvim/lua/user/plugins/ide/autocomplete.lua: configure snippets

This commit is contained in:
Henrik Hautakoski 2025-10-08 08:27:07 +02:00
parent cc4b4d06a0
commit 34984ce012

View file

@ -56,6 +56,9 @@ return {
enabled = false, enabled = false,
} }
}, },
snippets = {
preset = 'luasnip'
},
signature = { signature = {
enabled = true, enabled = true,
window = { window = {