mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
Merge pull request #93449 from ndarwincorn/vimplugins
vim-plugins: add 13 plugins
This commit is contained in:
commit
3350c9242b
File diff suppressed because it is too large
Load Diff
@ -440,6 +440,18 @@ self: super: {
|
||||
passthru.python3Dependencies = ps: with ps; [ jedi ];
|
||||
});
|
||||
|
||||
ncm2-neoinclude = super.ncm2-neoinclude.overrideAttrs(old: {
|
||||
dependencies = with super; [ neoinclude-vim ];
|
||||
});
|
||||
|
||||
ncm2-neosnippet = super.ncm2-neosnippet.overrideAttrs(old: {
|
||||
dependencies = with super; [ neosnippet-vim ];
|
||||
});
|
||||
|
||||
ncm2-syntax = super.ncm2-syntax.overrideAttrs(old: {
|
||||
dependencies = with super; [ neco-syntax ];
|
||||
});
|
||||
|
||||
ncm2-ultisnips = super.ncm2-ultisnips.overrideAttrs(old: {
|
||||
dependencies = with super; [ ultisnips ];
|
||||
});
|
||||
|
@ -81,6 +81,7 @@ dhruvasagar/vim-table-mode
|
||||
digitaltoad/vim-pug
|
||||
direnv/direnv.vim
|
||||
dleonard0/pony-vim-syntax
|
||||
dmix/elvish.vim
|
||||
dracula/vim
|
||||
drewtempelmeyer/palenight.vim
|
||||
drmingdrmer/xptemplate
|
||||
@ -130,7 +131,9 @@ guns/vim-clojure-highlight
|
||||
guns/vim-clojure-static
|
||||
guns/vim-sexp
|
||||
guns/xterm-color-table.vim
|
||||
hashivim/vim-packer
|
||||
hashivim/vim-terraform
|
||||
hashivim/vim-vagrant
|
||||
haya14busa/incsearch-easymotion.vim
|
||||
haya14busa/incsearch.vim
|
||||
haya14busa/is.vim
|
||||
@ -188,6 +191,7 @@ jsfaint/gen_tags.vim
|
||||
JuliaEditorSupport/deoplete-julia
|
||||
JuliaEditorSupport/julia-vim
|
||||
Julian/vim-textobj-variable-segment
|
||||
juliosueiras/vim-terraform-completion
|
||||
junegunn/fzf.vim
|
||||
junegunn/goyo.vim
|
||||
junegunn/gv.vim
|
||||
@ -314,10 +318,19 @@ nbouscal/vim-stylish-haskell
|
||||
ncm2/float-preview.nvim
|
||||
ncm2/ncm2
|
||||
ncm2/ncm2-bufword
|
||||
ncm2/ncm2-cssomni
|
||||
ncm2/ncm2-github
|
||||
ncm2/ncm2-html-subscope
|
||||
ncm2/ncm2-jedi
|
||||
ncm2/ncm2-markdown-subscope
|
||||
ncm2/ncm2-neoinclude
|
||||
ncm2/ncm2-neosnippet
|
||||
ncm2/ncm2-path
|
||||
ncm2/ncm2-syntax
|
||||
ncm2/ncm2-tagprefix
|
||||
ncm2/ncm2-tmux
|
||||
ncm2/ncm2-ultisnips
|
||||
ncm2/ncm2-vim
|
||||
ndmitchell/ghcid
|
||||
neoclide/coc-css
|
||||
neoclide/coc-denite
|
||||
@ -595,5 +608,6 @@ xolox/vim-misc
|
||||
xuhdev/vim-latex-live-preview
|
||||
ycm-core/YouCompleteMe
|
||||
Yggdroot/indentLine
|
||||
yuki-ycino/ncm2-dictionary
|
||||
zah/nim.vim
|
||||
ziglang/zig.vim
|
||||
|
Loading…
Reference in New Issue
Block a user