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 = {
|
plugins.treesitter = {
|
||||||
enable = true;
|
enable = true;
|
||||||
highlight.enable = true;
|
highlight.enable = true;
|
||||||
indent.enable = true;
|
indent.enable = false;
|
||||||
folding.enable = true;
|
folding.enable = true;
|
||||||
|
|
||||||
grammarPackages = with pkgs.vimPlugins.nvim-treesitter.builtGrammars; [
|
grammarPackages = with pkgs.vimPlugins.nvim-treesitter.builtGrammars; [
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,8 @@
|
||||||
showmode = false;
|
showmode = false;
|
||||||
showtabline = 0;
|
showtabline = 0;
|
||||||
smartcase = true;
|
smartcase = true;
|
||||||
|
autoindent = true;
|
||||||
|
smartindent = true;
|
||||||
splitbelow = true;
|
splitbelow = true;
|
||||||
splitright = true;
|
splitright = true;
|
||||||
swapfile = false;
|
swapfile = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue