Update Neovim config
This commit is contained in:
parent
9e60593a84
commit
7fc5895ef8
@ -53,6 +53,7 @@ colorscheme vividchalk
|
||||
" Leader
|
||||
let mapleader = ","
|
||||
map <Leader><space> :noh<return>
|
||||
map <Leader>s :move+<return>
|
||||
|
||||
" Lightline
|
||||
let g:lightline = {
|
||||
@ -88,8 +89,11 @@ let g:startify_list_order = [
|
||||
\ [' Other'],
|
||||
\ ]
|
||||
|
||||
" Python 3
|
||||
let g:python3_host_prog = '/usr/bin/python3'
|
||||
|
||||
" Neomake
|
||||
let g:neomake_python_enabled_makers = ['flake8']
|
||||
let g:neomake_python_enabled_makers = ['flake8', 'mypy']
|
||||
autocmd! BufWritePost * Neomake
|
||||
|
||||
" Deoplete
|
||||
|
Loading…
Reference in New Issue
Block a user