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:
parent
cc4b4d06a0
commit
34984ce012
1 changed files with 3 additions and 0 deletions
|
|
@ -56,6 +56,9 @@ return {
|
|||
enabled = false,
|
||||
}
|
||||
},
|
||||
snippets = {
|
||||
preset = 'luasnip'
|
||||
},
|
||||
signature = {
|
||||
enabled = true,
|
||||
window = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue