feat: add nvf friendly-snippets
This commit is contained in:
parent
854caa3742
commit
c8bd485bcd
1 changed files with 1 additions and 1 deletions
|
|
@ -600,6 +600,7 @@ in
|
||||||
autocomplete = {
|
autocomplete = {
|
||||||
blink-cmp = {
|
blink-cmp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
friendly-snippets.enable = true;
|
||||||
setupOpts = {
|
setupOpts = {
|
||||||
completion = {
|
completion = {
|
||||||
menu.border = "rounded";
|
menu.border = "rounded";
|
||||||
|
|
@ -618,7 +619,6 @@ in
|
||||||
"lsp-signature-nvim"
|
"lsp-signature-nvim"
|
||||||
"snacks-nvim"
|
"snacks-nvim"
|
||||||
"render-markdown-nvim"
|
"render-markdown-nvim"
|
||||||
"cmp-path"
|
|
||||||
];
|
];
|
||||||
setupOpts.enable_autosnippets = true;
|
setupOpts.enable_autosnippets = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue