non important commit

This commit is contained in:
maxstrb 2025-11-22 12:03:33 +01:00
parent 2dc2799d2b
commit 7658f1a4a1
2 changed files with 23 additions and 2 deletions

View file

@ -39,6 +39,7 @@
options = {
tabstop = 2;
expandtab = false;
autoindent = true;
shiftwidth = 2;
};
@ -99,8 +100,8 @@
autopairs.nvim-autopairs.enable = true;
autocomplete = {
nvim-cmp.enable = false;
blink-cmp.enable = true;
nvim-cmp.enable = true;
blink-cmp.enable = false;
};
snippets.luasnip.enable = true;