tries to fix indenting
This commit is contained in:
parent
d2ab322c0f
commit
8fb36eeebb
2 changed files with 3 additions and 1 deletions
|
|
@ -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; [
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@
|
|||
showmode = false;
|
||||
showtabline = 0;
|
||||
smartcase = true;
|
||||
autoindent = true;
|
||||
smartindent = true;
|
||||
splitbelow = true;
|
||||
splitright = true;
|
||||
swapfile = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue