This commit is contained in:
iFargle 2024-02-08 11:23:36 +09:00
parent 763185f767
commit fe77017c4f

View file

@ -8,7 +8,6 @@
options = { options = {
number = true; number = true;
shiftwidth = 2; shiftwidth = 2;
}; };
plugins = { plugins = {
lualine.enable = true; lualine.enable = true;
@ -29,10 +28,8 @@
base16.enable = true; base16.enable = true;
catpuccin.enable = true; catpuccin.enable = true;
}; };
extraPlugins = with pkgs.vimPlugins [ extraPlugins = with pkgs.vimPlugins [
everforest everforest
]; ];
}; };
} }