fix: llama.vim requires vim >= 901.
This commit is contained in:
@@ -78,7 +78,7 @@ 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')
|
||||
if v:version >= 901 || has('nvim-0.8.0')
|
||||
Plug 'ggml-org/llama.vim'
|
||||
endif
|
||||
call plug#end()
|
||||
|
||||
Reference in New Issue
Block a user