refactor: sort.
This commit is contained in:
@@ -63,9 +63,6 @@ Plug 'bonsaiben/bootstrap-snippets'
|
|||||||
Plug 'ctrlpvim/ctrlp.vim'
|
Plug 'ctrlpvim/ctrlp.vim'
|
||||||
Plug 'editorconfig/editorconfig-vim'
|
Plug 'editorconfig/editorconfig-vim'
|
||||||
Plug 'garbas/vim-snipmate'
|
Plug 'garbas/vim-snipmate'
|
||||||
if v:version >= 800 || has('nvim-0.8.0')
|
|
||||||
Plug 'ggml-org/llama.vim'
|
|
||||||
endif
|
|
||||||
Plug 'godlygeek/csapprox'
|
Plug 'godlygeek/csapprox'
|
||||||
Plug 'honza/vim-snippets'
|
Plug 'honza/vim-snippets'
|
||||||
Plug 'itchyny/lightline.vim'
|
Plug 'itchyny/lightline.vim'
|
||||||
@@ -81,6 +78,9 @@ Plug 'tomtom/tlib_vim'
|
|||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
Plug 'tpope/vim-surround'
|
Plug 'tpope/vim-surround'
|
||||||
Plug 'wuelnerdotexe/vim-astro'
|
Plug 'wuelnerdotexe/vim-astro'
|
||||||
|
if v:version >= 800 || has('nvim-0.8.0')
|
||||||
|
Plug 'ggml-org/llama.vim'
|
||||||
|
endif
|
||||||
call plug#end()
|
call plug#end()
|
||||||
"
|
"
|
||||||
" color schema
|
" color schema
|
||||||
|
|||||||
Reference in New Issue
Block a user