1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +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,
}
},
snippets = {
preset = 'luasnip'
},
signature = {
enabled = true,
window = {