Skip to content

Commit

Permalink
sort plugin loading order
Browse files Browse the repository at this point in the history
  • Loading branch information
satorunooshie committed Oct 13, 2024
1 parent ed858fe commit beb30c1
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -44,42 +44,42 @@ add(plugins.start, 'https://github.com/kana/vim-textobj-user')
add(plugins.start, 'https://github.com/kana/vim-operator-user')
add(plugins.opt, 'https://github.com/vim-jp/vimdoc-ja')
add(plugins.opt, 'https://github.com/mhinz/vim-signify')
add(plugins.opt, 'https://github.com/Eliot00/git-lens.vim.git')
add(plugins.opt, 'https://github.com/kana/vim-textobj-indent')
add(plugins.opt, 'https://github.com/kana/vim-textobj-syntax')
add(plugins.opt, 'https://github.com/kana/vim-textobj-line')
add(plugins.opt, 'https://github.com/kana/vim-textobj-fold')
add(plugins.opt, 'https://github.com/kana/vim-textobj-entire')
add(plugins.opt, 'https://github.com/thinca/vim-textobj-between')
add(plugins.opt, 'https://github.com/thinca/vim-textobj-comment')
add(plugins.opt, 'https://github.com/github/copilot.vim')
add(plugins.opt, 'https://github.com/h1mesuke/textobj-wiw')
add(plugins.opt, 'https://github.com/sgur/vim-textobj-parameter')
add(plugins.opt, 'https://github.com/kana/vim-operator-replace')
add(plugins.opt, 'https://github.com/thinca/vim-qfreplace')
add(plugins.opt, 'https://github.com/mattn/vim-maketable')
# Live preview substitute result and
# highlight patterns and ranges for Ex commands in Command-line mode.
add(plugins.opt, 'https://github.com/markonm/traces.vim')
# Highlight each by a different color.
add(plugins.opt, 'https://github.com/daisuzu/rainbowcyclone.vim')
add(plugins.opt, 'https://github.com/tpope/vim-surround')
# Make blockwise visual mode more useful.
# ex) shift v + shift i.
add(plugins.opt, 'https://github.com/kana/vim-niceblock')
add(plugins.opt, 'https://github.com/knsh14/vim-github-link')
add(plugins.opt, 'https://github.com/prabirshrestha/vim-lsp')
add(plugins.opt, 'https://github.com/mattn/vim-lsp-settings')
add(plugins.opt, 'https://github.com/prabirshrestha/asyncomplete.vim')
add(plugins.opt, 'https://github.com/prabirshrestha/asyncomplete-lsp.vim')
add(plugins.opt, 'https://github.com/github/copilot.vim')
add(plugins.opt, 'https://github.com/Eliot00/git-lens.vim.git')
add(plugins.opt, 'https://github.com/thinca/vim-quickrun')
add(plugins.opt, 'https://github.com/thinca/vim-qfreplace')
# Live preview substitute result and
# highlight patterns and ranges for Ex commands in Command-line mode.
add(plugins.opt, 'https://github.com/markonm/traces.vim')
# Star for visual mode.
# ex) shift v + *.
add(plugins.opt, 'https://github.com/thinca/vim-visualstar')
add(plugins.opt, 'https://github.com/thinca/vim-quickrun')
add(plugins.opt, 'https://github.com/mattn/vim-maketable')
# Highlight each by a different color.
add(plugins.opt, 'https://github.com/daisuzu/rainbowcyclone.vim')
# Prettyprint vim variables.
# ex) :PP.
add(plugins.opt, 'https://github.com/thinca/vim-prettyprint')
add(plugins.opt, 'https://github.com/thinca/vim-showtime')
add(plugins.opt, 'https://github.com/prabirshrestha/vim-lsp')
add(plugins.opt, 'https://github.com/prabirshrestha/asyncomplete.vim')
add(plugins.opt, 'https://github.com/prabirshrestha/asyncomplete-lsp.vim')
add(plugins.opt, 'https://github.com/mattn/vim-lsp-settings')
add(plugins.opt, 'https://github.com/knsh14/vim-github-link')
add(plugins.opt, 'https://github.com/LeafCage/vimhelpgenerator')
add(plugins.opt, 'https://github.com/lifepillar/vim-colortemplate')

Expand Down

0 comments on commit beb30c1

Please sign in to comment.