cleanup
This commit is contained in:
parent
7fce5713bf
commit
dc1f4e88a3
1
.vim/ftplugin/c.vim
Normal file
1
.vim/ftplugin/c.vim
Normal file
@ -0,0 +1 @@
|
|||||||
|
let b:ale_linters = ['ccls']
|
@ -1 +1 @@
|
|||||||
setlocal expandtab
|
let b:ale_linters = ['ccls']
|
||||||
|
@ -1 +1,4 @@
|
|||||||
setlocal noexpandtab
|
setlocal noexpandtab
|
||||||
|
|
||||||
|
let b:ale_linters = ['gopls']
|
||||||
|
let b:argwrap_tail_comma = 1
|
||||||
|
1
.vim/ftplugin/python.vim
Normal file
1
.vim/ftplugin/python.vim
Normal file
@ -0,0 +1 @@
|
|||||||
|
let b:ale_linters = ['pyls']
|
@ -4,12 +4,6 @@ execute pathogen#infect('bundle/{}')
|
|||||||
|
|
||||||
" ale
|
" ale
|
||||||
let g:ale_linters_explicit = 1
|
let g:ale_linters_explicit = 1
|
||||||
let g:ale_linters = {
|
|
||||||
\ 'c': ['ccls'],
|
|
||||||
\ 'cpp': ['ccls'],
|
|
||||||
\ 'go': ['gopls'],
|
|
||||||
\ 'python': ['pyls'],
|
|
||||||
\ }
|
|
||||||
let g:ale_cpp_ccls_init_options = {
|
let g:ale_cpp_ccls_init_options = {
|
||||||
\ 'cacheDirectory': '/tmp/ccls',
|
\ 'cacheDirectory': '/tmp/ccls',
|
||||||
\ 'cacheFormat': 'binary',
|
\ 'cacheFormat': 'binary',
|
||||||
@ -47,9 +41,6 @@ let g:airline#extensions#ale#enabled = 1
|
|||||||
let g:airline#extensions#tabline#enabled = 1
|
let g:airline#extensions#tabline#enabled = 1
|
||||||
let g:airline_symbols_ascii = 1
|
let g:airline_symbols_ascii = 1
|
||||||
|
|
||||||
" vim-argwrap
|
|
||||||
autocmd FileType go let b:argwrap_tail_comma = 1
|
|
||||||
|
|
||||||
" vim-go
|
" vim-go
|
||||||
let g:go_fmt_command = 'goimports'
|
let g:go_fmt_command = 'goimports'
|
||||||
let g:go_null_module_warning = 0
|
let g:go_null_module_warning = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user