helix-boo theme

This commit is contained in:
sloane 2024-04-04 10:10:12 -04:00
parent 3ad4c07ffd
commit b692f0e689
No known key found for this signature in database

View file

@ -12,10 +12,6 @@
expandtab = true;
};
colorschemes.catppuccin = {
enable = true;
flavour = "frappe";
};
extraPlugins = with pkgs.vimPlugins; [
vim-abolish
vim-dispatch
@ -28,8 +24,7 @@
nerdtree
(
pkgs.vimUtils.buildVimPlugin {
(pkgs.vimUtils.buildVimPlugin {
name = "vim-jjdescription";
src = pkgs.fetchFromGitHub {
owner = "avm99963";
@ -37,10 +32,20 @@
rev = "c9bf9f849ead3961ae38ab33f68306996e64c6e8";
hash = "sha256-qnZFuXbzpm2GN/+CfksFfW2O+qTosUZcUagqCTzmtWo=";
};
}
)
})
(pkgs.vimUtils.buildVimPlugin {
name = "vim-helix";
src = pkgs.fetchFromGitHub {
owner = "foxoman";
repo = "vim-helix";
rev = "db32bbdf5cf0b639bdd7ef87c23ac2473a482627";
hash = "sha256-rBHgZsBSf4iHI2X6W8PydmIqlv4Ok8nT+Tgj5Dxi73M=";
};
})
];
colorscheme = "helix-boo";
plugins = {
surround.enable = true;
commentary.enable = true;