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 'tpope/vim-fugitive'
|
||||||
Plug 'airblade/vim-gitgutter'
|
Plug 'airblade/vim-gitgutter'
|
||||||
|
|
||||||
" Checking, linting, building etc.
|
|
||||||
Plug 'neomake/neomake'
|
|
||||||
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
|
|
||||||
|
|
||||||
"Better syntax
|
"Better syntax
|
||||||
Plug 'lervag/vimtex', {'for': 'tex'}
|
Plug 'lervag/vimtex', {'for': 'tex'}
|
||||||
Plug 'vivien/vim-linux-coding-style'
|
Plug 'vivien/vim-linux-coding-style'
|
||||||
|
@ -141,16 +137,10 @@ let g:markdown_fenced_languages = ['html', 'python', 'scheme']
|
||||||
" disable modelines
|
" disable modelines
|
||||||
set nomodeline
|
set nomodeline
|
||||||
|
|
||||||
" neomake on read and write
|
|
||||||
call neomake#configure#automake('rw')
|
|
||||||
|
|
||||||
" easy align
|
" easy align
|
||||||
nmap <leader>a <Plug>(EasyAlign)
|
nmap <leader>a <Plug>(EasyAlign)
|
||||||
xmap <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
|
" change tab completion to more bash-like
|
||||||
set wildmode=longest:full,list:full
|
set wildmode=longest:full,list:full
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue