mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-01-19 05:21:51 +01:00
replace vaxe with vim-polygot
This commit is contained in:
parent
687f332192
commit
b56d479bcc
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,6 @@ return require("packer").startup(function(use)
|
||||||
|
|
||||||
use {"neoclide/coc.nvim", branch = "release"}
|
use {"neoclide/coc.nvim", branch = "release"}
|
||||||
use "scrooloose/nerdtree"
|
use "scrooloose/nerdtree"
|
||||||
use {"jdonaldson/vaxe", branch = "neovaxe", run = "sh install.sh"}
|
|
||||||
use "Xuyuanp/nerdtree-git-plugin"
|
use "Xuyuanp/nerdtree-git-plugin"
|
||||||
use "tiagofumo/vim-nerdtree-syntax-highlight"
|
use "tiagofumo/vim-nerdtree-syntax-highlight"
|
||||||
use "ryanoasis/vim-devicons"
|
use "ryanoasis/vim-devicons"
|
||||||
|
@ -23,5 +22,6 @@ return require("packer").startup(function(use)
|
||||||
use "dag/vim-fish"
|
use "dag/vim-fish"
|
||||||
use "uiiaoo/java-syntax.vim"
|
use "uiiaoo/java-syntax.vim"
|
||||||
use "honza/vim-snippets"
|
use "honza/vim-snippets"
|
||||||
|
use "sheerun/vim-polyglot"
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue