fix updated settings
This commit is contained in:
parent
04b57bb22a
commit
175aac3d14
1 changed files with 3 additions and 1 deletions
4
home.nix
4
home.nix
|
@ -353,7 +353,9 @@
|
||||||
toggleterm.enable = true;
|
toggleterm.enable = true;
|
||||||
treesitter = {
|
treesitter = {
|
||||||
enable = true;
|
enable = true;
|
||||||
indent = true;
|
settings = {
|
||||||
|
indent.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
extraPlugins = with pkgs.vimPlugins; [
|
extraPlugins = with pkgs.vimPlugins; [
|
||||||
|
|
Loading…
Reference in a new issue