删除无效插件
This commit is contained in:
parent
c87b110b94
commit
05c6e2a26b
@ -5,6 +5,7 @@ local ensure_packer = function()
|
|||||||
if fn.empty(fn.glob(install_path)) > 0 then
|
if fn.empty(fn.glob(install_path)) > 0 then
|
||||||
fn.system({'git', 'clone', '--depth', '1', 'https://github.com/wbthomason/packer.nvim', install_path})
|
fn.system({'git', 'clone', '--depth', '1', 'https://github.com/wbthomason/packer.nvim', install_path})
|
||||||
G.cmd [[packadd packer.nvim]]
|
G.cmd [[packadd packer.nvim]]
|
||||||
|
G.cmd [[PackerSync]]
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
return false
|
return false
|
||||||
@ -54,8 +55,6 @@ return require('packer').startup(function(use)
|
|||||||
use 'posva/vim-vue'
|
use 'posva/vim-vue'
|
||||||
use 'dense-analysis/ale'
|
use 'dense-analysis/ale'
|
||||||
use 'tree-sitter/tree-sitter-javascript'
|
use 'tree-sitter/tree-sitter-javascript'
|
||||||
use 'tree-sitter/tree-sitter-vue'
|
|
||||||
|
|
||||||
|
|
||||||
-- 多光标
|
-- 多光标
|
||||||
use 'terryma/vim-multiple-cursors'
|
use 'terryma/vim-multiple-cursors'
|
||||||
|
Loading…
Reference in New Issue
Block a user