mirror of
https://github.com/kmein/niveum
synced 2026-03-22 21:01:07 +01:00
nvim: reorganize plugins
This commit is contained in:
10
packages/vimPlugins/todo-txt-vim.nix
Normal file
10
packages/vimPlugins/todo-txt-vim.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ vimUtils, fetchFromGitHub }:
|
||||
vimUtils.buildVimPluginFrom2Nix {
|
||||
name = "todo.txt-vim";
|
||||
src = fetchFromGitHub {
|
||||
owner = "freitass";
|
||||
repo = "todo.txt-vim";
|
||||
rev = "6845221d45bd62e604c2024bc511a56e79d1118b";
|
||||
sha256 = "08m9q5f2pz6gjp0vkmm7glfsrbnldxi1j59dm5d7any6y96xxd6v";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user