variable renames
This commit is contained in:
parent
7c8cdbe5f9
commit
2c17fc283a
1 changed files with 1 additions and 1 deletions
2
home.nix
2
home.nix
|
@ -332,6 +332,7 @@
|
|||
tabstop = 2;
|
||||
};
|
||||
plugins = {
|
||||
colorizer.enable = true;
|
||||
comment.enable = true;
|
||||
cmp = {
|
||||
enable = true;
|
||||
|
@ -370,7 +371,6 @@
|
|||
noice.enable = false;
|
||||
notify.enable = false;
|
||||
nvim-autopairs.enable = true;
|
||||
nvim-colorizer.enable = true;
|
||||
obsidian = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue