diff --git a/vim/.vimrc b/vim/.vimrc index 72d4ca0..a39f8b8 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -44,8 +44,6 @@ nnoremap h (&hls && v:hlsearch ? ':nohls' : ':set hls')." set showmatch set matchtime=2 -" python-syntax -let pythong_highlight_all = 1 syntax on set foldmethod=indent @@ -79,11 +77,7 @@ nnoremap :bprev nnoremap za -" NERDTree, open/close toggle -" map :NERDTreeToggle - map :NnnPicker - " Opens the nnn window in a split let g:nnn#layout = { 'left': '~30%' } " or right, up, down @@ -97,17 +91,14 @@ call plug#begin('~/.vim/plugged') " vim-plug Plug 'VundleVim/Vundle.vim' Plug 'tpope/vim-fugitive' -"Plug 'scrooloose/nerdtree' Plug 'tmhedberg/SimpylFold' Plug 'vim-scripts/indentpython.vim' Plug 'scrooloose/syntastic' Plug 'nvie/vim-flake8' " PEP 8 checking plugin Plug 'itchyny/lightline.vim' Plug 'taohexxx/lightline-buffer' -"Plug 'klen/python-mode' Plug 'davidhalter/jedi-vim' Plug 'tpope/vim-surround' -"Plug 'ap/vim-buftabline' Plug 'wellle/targets.vim' Plug 'junegunn/goyo.vim' Plug 'junegunn/fzf.vim'