From 6bcf122bdb302ce8e6173fa146a241ceb4734650 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 29 Mar 2023 21:28:10 +0200 Subject: NerdTree hinzugefügt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/plugins.vim | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'nvim/plugins.vim') diff --git a/nvim/plugins.vim b/nvim/plugins.vim index e432287..7021a0a 100644 --- a/nvim/plugins.vim +++ b/nvim/plugins.vim @@ -6,12 +6,11 @@ if empty(glob(data_dir . '/autoload/plug.vim')) endif call plug#begin() + Plug 'mattn/emmet-vim' Plug 'romainl/vim-cool' - - Plug 'tpope/vim-surround' + Plug 'scrooloose/nerdtree' Plug 'tpope/vim-repeat' - - Plug 'mattn/emmet-vim' + Plug 'tpope/vim-surround' call plug#end() " EMMET @@ -29,4 +28,3 @@ let g:user_emmet_leader_key='' "let g:user_emmet_mode='a' "enable all function in all mode. - -- cgit v1.3