test
This commit is contained in:
parent
0bf11107ae
commit
540ff199d3
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
||||||
options = {
|
options = {
|
||||||
number = true;
|
number = true;
|
||||||
shiftwidth = 2;
|
shiftwidth = 2;
|
||||||
colorscheme = lib.mkForce "everforest";
|
|
||||||
};
|
};
|
||||||
plugins = {
|
plugins = {
|
||||||
telescope.enable = true;
|
telescope.enable = true;
|
||||||
|
@ -47,6 +46,8 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
colorscheme = lib.mkForce "everforest";
|
||||||
colorschemes = {
|
colorschemes = {
|
||||||
tokyonight.enable = true;
|
tokyonight.enable = true;
|
||||||
gruvbox.enable = true;
|
gruvbox.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue