mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-05 23:29:27 +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 "scrooloose/nerdtree"
|
||||
use {"jdonaldson/vaxe", branch = "neovaxe", run = "sh install.sh"}
|
||||
use "Xuyuanp/nerdtree-git-plugin"
|
||||
use "tiagofumo/vim-nerdtree-syntax-highlight"
|
||||
use "ryanoasis/vim-devicons"
|
||||
|
@ -23,5 +22,6 @@ return require("packer").startup(function(use)
|
|||
use "dag/vim-fish"
|
||||
use "uiiaoo/java-syntax.vim"
|
||||
use "honza/vim-snippets"
|
||||
use "sheerun/vim-polyglot"
|
||||
end)
|
||||
|
||||
|
|
Loading…
Reference in a new issue