test
This commit is contained in:
parent
1033d01de5
commit
cac441de3b
1 changed files with 0 additions and 9 deletions
|
@ -12,19 +12,10 @@
|
||||||
plugins = {
|
plugins = {
|
||||||
lualine.enable = true;
|
lualine.enable = true;
|
||||||
treesitter.enable = true;
|
treesitter.enable = true;
|
||||||
telescope.enable = true;
|
|
||||||
rainbow-delimiters.enable = true;
|
|
||||||
nvim-colorizer.enable = true;
|
|
||||||
nix.enable = true;
|
|
||||||
nix-develop.enable = true;
|
|
||||||
fugitive.enable = true;
|
fugitive.enable = true;
|
||||||
};
|
};
|
||||||
colorschemes = {
|
colorschemes = {
|
||||||
tokyonight.enable = true;
|
tokyonight.enable = true;
|
||||||
gruvbox.enable = true;
|
|
||||||
dracula.enable = true;
|
|
||||||
base16.enable = true;
|
|
||||||
catpuccin.enable = true;
|
|
||||||
};
|
};
|
||||||
extraPlugins = with pkgs.vimPlugins; [
|
extraPlugins = with pkgs.vimPlugins; [
|
||||||
everforest
|
everforest
|
||||||
|
|
Loading…
Reference in a new issue