mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 13:34:39 +01:00
Compare commits
No commits in common. "82581bb4cb629b055b945df29e5d19a45136eca6" and "3f490785e3b352d2d634b7f8f51f85ace01afa16" have entirely different histories.
82581bb4cb
...
3f490785e3
1 changed files with 4 additions and 5 deletions
9
vimrc
9
vimrc
|
|
@ -55,10 +55,10 @@ if !has('gui_running')
|
||||||
colorscheme nofrils-dark
|
colorscheme nofrils-dark
|
||||||
|
|
||||||
"use terminal background
|
"use terminal background
|
||||||
hi Normal ctermbg=none guibg=none
|
hi Normal ctermbg=none
|
||||||
hi todo ctermbg=none guibg=none
|
hi todo ctermbg=none
|
||||||
hi statement ctermbg=none guibg=none
|
hi statement ctermbg=none
|
||||||
hi LineNr ctermbg=none guibg=none
|
hi LineNr ctermbg=none
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
@ -71,7 +71,6 @@ let g:ale_sign_error = '✖'
|
||||||
let g:ale_sign_warning = '⚠'
|
let g:ale_sign_warning = '⚠'
|
||||||
let g:ale_virtualtext_cursor = 0
|
let g:ale_virtualtext_cursor = 0
|
||||||
let g:ale_ruby_rubocop_executable = 'bundle'
|
let g:ale_ruby_rubocop_executable = 'bundle'
|
||||||
let g:ale_ruby_steep_executable = 'bundle'
|
|
||||||
let g:go_fmt_command = "goimports"
|
let g:go_fmt_command = "goimports"
|
||||||
"let g:ale_linters = {'ruby': ['standardrb']}
|
"let g:ale_linters = {'ruby': ['standardrb']}
|
||||||
"let g:ale_fixers = { 'python': ['black'], 'ruby': ['standardrb'] }
|
"let g:ale_fixers = { 'python': ['black'], 'ruby': ['standardrb'] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue