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;
|
tabstop = 2;
|
||||||
};
|
};
|
||||||
plugins = {
|
plugins = {
|
||||||
|
colorizer.enable = true;
|
||||||
comment.enable = true;
|
comment.enable = true;
|
||||||
cmp = {
|
cmp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -370,7 +371,6 @@
|
||||||
noice.enable = false;
|
noice.enable = false;
|
||||||
notify.enable = false;
|
notify.enable = false;
|
||||||
nvim-autopairs.enable = true;
|
nvim-autopairs.enable = true;
|
||||||
nvim-colorizer.enable = true;
|
|
||||||
obsidian = {
|
obsidian = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Reference in a new issue