tries to fix indenting

This commit is contained in:
Dennis Schoepf 2026-03-04 20:09:37 +01:00
parent d2ab322c0f
commit 8fb36eeebb
2 changed files with 3 additions and 1 deletions

View file

@ -28,7 +28,7 @@
plugins.treesitter = {
enable = true;
highlight.enable = true;
indent.enable = true;
indent.enable = false;
folding.enable = true;
grammarPackages = with pkgs.vimPlugins.nvim-treesitter.builtGrammars; [

View file

@ -20,6 +20,8 @@
showmode = false;
showtabline = 0;
smartcase = true;
autoindent = true;
smartindent = true;
splitbelow = true;
splitright = true;
swapfile = false;