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/keymaps.vim | 1 + nvim/plugins.vim | 8 +++----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/nvim/keymaps.vim b/nvim/keymaps.vim index 5025be1..6d9b818 100644 --- a/nvim/keymaps.vim +++ b/nvim/keymaps.vim @@ -26,3 +26,4 @@ vnoremap :m '<-2gv=gv map j gj map k gk +nnoremap :NERDTreeToggle 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