Fix autoformat caused errors
This commit is contained in:
parent
6f7161c403
commit
4d5032564d
1 changed files with 8 additions and 7 deletions
3
init.vim
3
init.vim
|
@ -61,7 +61,7 @@ let g:ale_sign_warning="⚠"
|
|||
" Enable warnings about trailing whitespace for all files.
|
||||
let b:ale_warn_about_trailing_whitespace=1
|
||||
|
||||
nmap <leader>e: ALEDetail <cr>
|
||||
nmap <leader>e: ALEDetail<CR>
|
||||
|
||||
" ALE colors
|
||||
highlight ALEWarning ctermbg=Yellow
|
||||
|
@ -103,6 +103,7 @@ let g:gitgutter_map_keys=0
|
|||
noremap <F1> :ToggleMouse<CR>
|
||||
inoremap <F1> <Esc>:ToggleMouse<CR>a
|
||||
nmap <F3> :set nonumber!<CR>
|
||||
nmap <F4> :GitGutterBufferToggle<CR>
|
||||
nmap <F5> :NERDTreeToggle<CR>
|
||||
set pastetoggle=<F2>
|
||||
|
||||
|
|
Reference in a new issue