Skip to content

Commit

Permalink
feat(programs/neovim): add bullets.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Nov 4, 2024
1 parent b2c0f00 commit 8d74aa0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions users/uncenter/programs/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,15 @@ in

extraPlugins = [
tree-sitter-tera
(pkgs.vimUtils.buildVimPlugin {
name = "bullets";
src = pkgs.fetchFromGitHub {
owner = "bullets-vim";
repo = "bullets.vim";
rev = "2253f970e54320dbd76fd6bb4f5a0bf2436ce232";
hash = "sha256-bPnLlaKphp9d25SoKdt1wFa+t51HYeZ3o5uc40keiHs=";
};
})
];
};
}

0 comments on commit 8d74aa0

Please sign in to comment.