vimPlugins.nvim-cursorline: init at 2021-09-28
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user