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