fix snippets

This commit is contained in:
Osman Faruk Bayram 2025-08-18 21:28:29 +03:00
parent 32635ed048
commit b1a51a416d

View file

@ -1,11 +1,13 @@
{ {
plugins.blink-cmp = { plugins.blink-cmp = {
settings = { settings = {
snippets = {
preset = "luasnip";
};
sources = { sources = {
default = [ default = [
"lsp" "lsp"
"path" "path"
"luasnip"
"buffer" "buffer"
"copilot" "copilot"
]; ];