test
This commit is contained in:
parent
0ece21537a
commit
9b770297c8
1 changed files with 9 additions and 1 deletions
|
@ -8,12 +8,13 @@
|
|||
options = {
|
||||
number = true;
|
||||
shiftwidth = 2;
|
||||
colorscheme = "everforest";
|
||||
};
|
||||
plugins = {
|
||||
telescope.enable = true;
|
||||
oil.enable = true;
|
||||
treesitter.enable = true;
|
||||
lualine.enable = true;
|
||||
lightline.enable = true;
|
||||
luasnip.enable = true;
|
||||
nix.enable = true;
|
||||
nix-develop.enable = true;
|
||||
|
@ -48,6 +49,13 @@
|
|||
};
|
||||
colorschemes = {
|
||||
tokyonight.enable = true;
|
||||
gruvbox.enable = true;
|
||||
oxocarbon.enable = true;
|
||||
nord.enable = true;
|
||||
catpuccin.enable = true;
|
||||
base16.enable = true;
|
||||
kanagawa.enable = true;
|
||||
|
||||
};
|
||||
extraPlugins = with pkgs.vimPlugins; [
|
||||
everforest
|
||||
|
|
Loading…
Reference in a new issue