vim: remove neomake and deoplete
This commit is contained in:
parent
8d9c694025
commit
01379b0504
1 changed files with 0 additions and 10 deletions
|
@ -34,10 +34,6 @@ Plug 'tpope/vim-vinegar'
|
|||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
|
||||
" Checking, linting, building etc.
|
||||
Plug 'neomake/neomake'
|
||||
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
|
||||
|
||||
"Better syntax
|
||||
Plug 'lervag/vimtex', {'for': 'tex'}
|
||||
Plug 'vivien/vim-linux-coding-style'
|
||||
|
@ -141,16 +137,10 @@ let g:markdown_fenced_languages = ['html', 'python', 'scheme']
|
|||
" disable modelines
|
||||
set nomodeline
|
||||
|
||||
" neomake on read and write
|
||||
call neomake#configure#automake('rw')
|
||||
|
||||
" easy align
|
||||
nmap <leader>a <Plug>(EasyAlign)
|
||||
xmap <leader>a <Plug>(EasyAlign)
|
||||
|
||||
" dark-magic completion
|
||||
let g:deoplete#enable_at_startup = 1
|
||||
|
||||
" change tab completion to more bash-like
|
||||
set wildmode=longest:full,list:full
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue