Update neovim bindings
This commit is contained in:
parent
27e013eef6
commit
9ebe4811de
1 changed files with 4 additions and 4 deletions
|
|
@ -145,10 +145,10 @@ let g:ale_fixers = {
|
||||||
\ 'yapf',
|
\ 'yapf',
|
||||||
\ ],
|
\ ],
|
||||||
\}
|
\}
|
||||||
nmap <silent> <Leader>n <Plug>(ale_previous_wrap)
|
nmap <silent> ;n <Plug>(ale_next_wrap)
|
||||||
nmap <silent> <Leader>N <Plug>(ale_next_wrap)
|
nmap <silent> ;N <Plug>(ale_previous_wrap)
|
||||||
nmap <Leader>e :lopen<CR>
|
nmap <Leader>e :lclose<CR>
|
||||||
nmap <Leader>E :lclose<CR>
|
nmap <Leader>E :lopen<CR>
|
||||||
|
|
||||||
autocmd BufEnter * EnableStripWhitespaceOnSave
|
autocmd BufEnter * EnableStripWhitespaceOnSave
|
||||||
autocmd BufNewFile,BufRead *.tako set filetype=python
|
autocmd BufNewFile,BufRead *.tako set filetype=python
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue