Cleanup vimrc

This commit is contained in:
jon
2019-01-12 21:23:28 -06:00
parent 823755e492
commit f1421eeb48

View File

@@ -44,8 +44,6 @@ nnoremap <silent><expr> <Leader>h (&hls && v:hlsearch ? ':nohls' : ':set hls')."
set showmatch set showmatch
set matchtime=2 set matchtime=2
" python-syntax
let pythong_highlight_all = 1
syntax on syntax on
set foldmethod=indent set foldmethod=indent
@@ -79,11 +77,7 @@ nnoremap <S-Tab> :bprev<CR>
nnoremap <space> za nnoremap <space> za
" NERDTree, open/close toggle
" map <C-n> :NERDTreeToggle<CR>
map <C-n> :NnnPicker<CR> map <C-n> :NnnPicker<CR>
" Opens the nnn window in a split " Opens the nnn window in a split
let g:nnn#layout = { 'left': '~30%' } " or right, up, down 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 'VundleVim/Vundle.vim'
Plug 'tpope/vim-fugitive' Plug 'tpope/vim-fugitive'
"Plug 'scrooloose/nerdtree'
Plug 'tmhedberg/SimpylFold' Plug 'tmhedberg/SimpylFold'
Plug 'vim-scripts/indentpython.vim' Plug 'vim-scripts/indentpython.vim'
Plug 'scrooloose/syntastic' Plug 'scrooloose/syntastic'
Plug 'nvie/vim-flake8' " PEP 8 checking plugin Plug 'nvie/vim-flake8' " PEP 8 checking plugin
Plug 'itchyny/lightline.vim' Plug 'itchyny/lightline.vim'
Plug 'taohexxx/lightline-buffer' Plug 'taohexxx/lightline-buffer'
"Plug 'klen/python-mode'
Plug 'davidhalter/jedi-vim' Plug 'davidhalter/jedi-vim'
Plug 'tpope/vim-surround' Plug 'tpope/vim-surround'
"Plug 'ap/vim-buftabline'
Plug 'wellle/targets.vim' Plug 'wellle/targets.vim'
Plug 'junegunn/goyo.vim' Plug 'junegunn/goyo.vim'
Plug 'junegunn/fzf.vim' Plug 'junegunn/fzf.vim'