mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Merge pull request #116532 from onsails/vim-plugins
This commit is contained in:
commit
3fc2f37f72
4 changed files with 272 additions and 246 deletions
|
@ -514,7 +514,7 @@ def update_plugins(editor: Editor):
|
||||||
)
|
)
|
||||||
|
|
||||||
for plugin_line in args.add_plugins:
|
for plugin_line in args.add_plugins:
|
||||||
rewrite_input(args.input_fil, editor.deprecated, append=(plugin_line + "\n",))
|
rewrite_input(args.input_file, editor.deprecated, append=(plugin_line + "\n",))
|
||||||
update()
|
update()
|
||||||
plugin = fetch_plugin_from_pluginline(plugin_line)
|
plugin = fetch_plugin_from_pluginline(plugin_line)
|
||||||
commit(
|
commit(
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -731,7 +731,7 @@ self: super: {
|
||||||
libiconv
|
libiconv
|
||||||
];
|
];
|
||||||
|
|
||||||
cargoSha256 = "F+kIVnO7MBuaYRa2MPsD3eQ2d5W5VxHhxHKeo/ic6TE=";
|
cargoSha256 = "u1ryOhwDgRBQ32MBPkWHI6eU6yZqNAZfyKvckr6nvCY=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
''
|
''
|
||||||
|
|
|
@ -106,7 +106,7 @@ eikenb/acp
|
||||||
elixir-editors/vim-elixir
|
elixir-editors/vim-elixir
|
||||||
elmcast/elm-vim
|
elmcast/elm-vim
|
||||||
elzr/vim-json
|
elzr/vim-json
|
||||||
embark-theme/vim as embark-vim
|
embark-theme/vim@main as embark-vim
|
||||||
embear/vim-localvimrc
|
embear/vim-localvimrc
|
||||||
enomsg/vim-haskellConcealPlus
|
enomsg/vim-haskellConcealPlus
|
||||||
enricobacis/vim-airline-clock
|
enricobacis/vim-airline-clock
|
||||||
|
@ -115,6 +115,7 @@ ervandew/supertab
|
||||||
esneider/YUNOcommit.vim
|
esneider/YUNOcommit.vim
|
||||||
euclidianAce/BetterLua.vim
|
euclidianAce/BetterLua.vim
|
||||||
euclio/vim-markdown-composer
|
euclio/vim-markdown-composer
|
||||||
|
f-person/git-blame.nvim
|
||||||
farmergreg/vim-lastplace
|
farmergreg/vim-lastplace
|
||||||
fatih/vim-go
|
fatih/vim-go
|
||||||
fcpg/vim-osc52
|
fcpg/vim-osc52
|
||||||
|
@ -177,7 +178,6 @@ hrsh7th/vim-vsnip
|
||||||
hrsh7th/vim-vsnip-integ
|
hrsh7th/vim-vsnip-integ
|
||||||
hsanson/vim-android
|
hsanson/vim-android
|
||||||
hsitz/VimOrganizer
|
hsitz/VimOrganizer
|
||||||
hugolgst/vimsence
|
|
||||||
iamcco/coc-spell-checker
|
iamcco/coc-spell-checker
|
||||||
ianks/vim-tsx
|
ianks/vim-tsx
|
||||||
idanarye/vim-merginal
|
idanarye/vim-merginal
|
||||||
|
@ -689,6 +689,7 @@ Vimjas/vim-python-pep8-indent
|
||||||
vimlab/split-term.vim
|
vimlab/split-term.vim
|
||||||
vimoutliner/vimoutliner
|
vimoutliner/vimoutliner
|
||||||
vimpostor/vim-tpipeline
|
vimpostor/vim-tpipeline
|
||||||
|
vimsence/vimsence
|
||||||
vimwiki/vimwiki
|
vimwiki/vimwiki
|
||||||
vito-c/jq.vim
|
vito-c/jq.vim
|
||||||
vmchale/ats-vim
|
vmchale/ats-vim
|
||||||
|
@ -716,6 +717,7 @@ xolox/vim-easytags
|
||||||
xolox/vim-misc
|
xolox/vim-misc
|
||||||
xuhdev/vim-latex-live-preview
|
xuhdev/vim-latex-live-preview
|
||||||
Xuyuanp/nerdtree-git-plugin
|
Xuyuanp/nerdtree-git-plugin
|
||||||
|
yamatsum/nvim-nonicons@main
|
||||||
ycm-core/YouCompleteMe
|
ycm-core/YouCompleteMe
|
||||||
Yggdroot/indentLine
|
Yggdroot/indentLine
|
||||||
Yilin-Yang/vim-markbar
|
Yilin-Yang/vim-markbar
|
||||||
|
|
Loading…
Reference in a new issue