From 43db0c23638bdd7a5604057c9f3de2f7875cf1e6 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sun, 26 Jan 2025 10:24:36 +0800 Subject: [PATCH] refactor: sort. --- .vim/vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vim/vimrc b/.vim/vimrc index 526e46a..0a28dd5 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -63,9 +63,6 @@ Plug 'bonsaiben/bootstrap-snippets' Plug 'ctrlpvim/ctrlp.vim' Plug 'editorconfig/editorconfig-vim' Plug 'garbas/vim-snipmate' -if v:version >= 800 || has('nvim-0.8.0') - Plug 'ggml-org/llama.vim' -endif Plug 'godlygeek/csapprox' Plug 'honza/vim-snippets' Plug 'itchyny/lightline.vim' @@ -81,6 +78,9 @@ Plug 'tomtom/tlib_vim' Plug 'tpope/vim-fugitive' Plug 'tpope/vim-surround' Plug 'wuelnerdotexe/vim-astro' +if v:version >= 800 || has('nvim-0.8.0') + Plug 'ggml-org/llama.vim' +endif call plug#end() " " color schema