mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 12:23:40 +01:00
remove ultisnips
This commit is contained in:
parent
d46576ce11
commit
52fa76fd1c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,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 "SirVer/ultisnips"
|
||||
use "Xuyuanp/nerdtree-git-plugin"
|
||||
use "tiagofumo/vim-nerdtree-syntax-highlight"
|
||||
use "ryanoasis/vim-devicons"
|
||||
|
@ -24,3 +23,4 @@ return require("packer").startup(function(use)
|
|||
use 'dag/vim-fish'
|
||||
use 'uiiaoo/java-syntax.vim'
|
||||
end)
|
||||
|
||||
|
|
Loading…
Reference in a new issue