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