vimPlugins.nvim-cursorline: init at 2021-09-28

This commit is contained in:
"Bernardo Meurer"
2021-10-01 00:55:14 -07:00
parent 6038518014
commit 67ac0371bc
2 changed files with 13 additions and 0 deletions
+12
View File
@@ -3994,6 +3994,18 @@ final: prev:
meta.homepage = "https://github.com/roxma/nvim-completion-manager/";
};
nvim-cursorline = buildVimPluginFrom2Nix {
pname = "nvim-cursorline";
version = "2021-09-28";
src = fetchFromGitHub {
owner = "yamatsum";
repo = "nvim-cursorline";
rev = "e4fa1d90c2c6169c18f7ea3275845a2de9335dbf";
sha256 = "06jvagrdvizygr1l4d6dbb0nrri6c2zv09xrzxysxmi3hjvf6zx8";
};
meta.homepage = "https://github.com/yamatsum/nvim-cursorline/";
};
nvim-dap = buildVimPluginFrom2Nix {
pname = "nvim-dap";
version = "2021-09-30";
+1
View File
@@ -890,6 +890,7 @@ xolox/vim-misc
xuhdev/vim-latex-live-preview
Xuyuanp/nerdtree-git-plugin
Xuyuanp/scrollbar.nvim
yamatsum/nvim-cursorline@main
yamatsum/nvim-nonicons@main
ycm-core/YouCompleteMe
Yggdroot/hiPairs