Skip to content

Commit

Permalink
(vim) Sort maps and plugin configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
danguita committed Mar 10, 2024
1 parent b79a99b commit 6d90800
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ inoremap <C-@> <C-x><C-o>
" NERDTree toggle
map <Leader>n :NERDTreeToggle<CR> :NERDTreeMirror<CR>
" NERDTree ignore list
let NERDTreeIgnore=['node_modules']

" NERDCommenter toggle
map <Leader>/ <plug>NERDCommenterToggle<CR>
Expand Down Expand Up @@ -181,3 +178,7 @@ if has('nvim')
else
inoremap <silent><expr> <c-@> coc#refresh()
endif

" NERDTree
" ignore list
let NERDTreeIgnore=['node_modules']

0 comments on commit 6d90800

Please sign in to comment.