Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vimPlugins: init vim-bookmarks and telescope-coc.nvim #136786

Merged
merged 2 commits into from Sep 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 24 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Expand Up @@ -5497,6 +5497,18 @@ final: prev:
meta.homepage = "https://github.com/tomtom/tcomment_vim/";
};

telescope-coc-nvim = buildVimPluginFrom2Nix {
pname = "telescope-coc.nvim";
version = "2021-08-26";
src = fetchFromGitHub {
owner = "fannheyward";
repo = "telescope-coc.nvim";
rev = "1037a9186b5889dc3145ce9494956006c8b20f17";
sha256 = "0i2g168q57pfbm63idl054sdbflkgd8a754pvk0q9w7w1mzpql2q";
};
meta.homepage = "https://github.com/fannheyward/telescope-coc.nvim/";
};

telescope-dap-nvim = buildVimPluginFrom2Nix {
pname = "telescope-dap.nvim";
version = "2021-03-26";
Expand Down Expand Up @@ -6399,6 +6411,18 @@ final: prev:
meta.homepage = "https://github.com/ntpeters/vim-better-whitespace/";
};

vim-bookmarks = buildVimPluginFrom2Nix {
pname = "vim-bookmarks";
version = "2021-08-22";
src = fetchFromGitHub {
owner = "MattesGroeger";
repo = "vim-bookmarks";
rev = "9cc5fa7ecc23b052bd524d07c85356c64b92aeef";
sha256 = "1w8g9jvyi765sp2icjb6c20yn0y6w69zfyh37a367aqk7r76nbk5";
};
meta.homepage = "https://github.com/MattesGroeger/vim-bookmarks/";
};

vim-bracketed-paste = buildVimPluginFrom2Nix {
pname = "vim-bracketed-paste";
version = "2018-05-22";
Expand Down
2 changes: 2 additions & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Expand Up @@ -147,6 +147,7 @@ euclio/vim-markdown-composer
f-person/git-blame.nvim
famiu/bufdelete.nvim
famiu/feline.nvim
fannheyward/telescope-coc.nvim
farmergreg/vim-lastplace
fatih/vim-go
fcpg/vim-osc52
Expand Down Expand Up @@ -412,6 +413,7 @@ MarcWeber/vim-addon-toggle-buffer
MarcWeber/vim-addon-xdebug
markonm/traces.vim
martinda/Jenkinsfile-vim-syntax
MattesGroeger/vim-bookmarks
mattn/calendar-vim as mattn-calendar-vim
mattn/emmet-vim
mattn/vim-gist
Expand Down