helix-boo theme
This commit is contained in:
parent
3ad4c07ffd
commit
b692f0e689
1 changed files with 20 additions and 15 deletions
|
@ -12,10 +12,6 @@
|
||||||
expandtab = true;
|
expandtab = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
colorschemes.catppuccin = {
|
|
||||||
enable = true;
|
|
||||||
flavour = "frappe";
|
|
||||||
};
|
|
||||||
extraPlugins = with pkgs.vimPlugins; [
|
extraPlugins = with pkgs.vimPlugins; [
|
||||||
vim-abolish
|
vim-abolish
|
||||||
vim-dispatch
|
vim-dispatch
|
||||||
|
@ -28,19 +24,28 @@
|
||||||
|
|
||||||
nerdtree
|
nerdtree
|
||||||
|
|
||||||
(
|
(pkgs.vimUtils.buildVimPlugin {
|
||||||
pkgs.vimUtils.buildVimPlugin {
|
name = "vim-jjdescription";
|
||||||
name = "vim-jjdescription";
|
src = pkgs.fetchFromGitHub {
|
||||||
src = pkgs.fetchFromGitHub {
|
owner = "avm99963";
|
||||||
owner = "avm99963";
|
repo = "vim-jjdescription";
|
||||||
repo = "vim-jjdescription";
|
rev = "c9bf9f849ead3961ae38ab33f68306996e64c6e8";
|
||||||
rev = "c9bf9f849ead3961ae38ab33f68306996e64c6e8";
|
hash = "sha256-qnZFuXbzpm2GN/+CfksFfW2O+qTosUZcUagqCTzmtWo=";
|
||||||
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 = {
|
plugins = {
|
||||||
surround.enable = true;
|
surround.enable = true;
|
||||||
commentary.enable = true;
|
commentary.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue