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