This commit is contained in:
iFargle 2024-02-08 12:19:39 +09:00
parent 4e819a0664
commit 0bf11107ae

View file

@ -8,7 +8,7 @@
options = { options = {
number = true; number = true;
shiftwidth = 2; shiftwidth = 2;
colorscheme = "everforest"; colorscheme = lib.mkForce "everforest";
}; };
plugins = { plugins = {
telescope.enable = true; telescope.enable = true;