Update to new tmux conf. Support mac and arch
This commit is contained in:
parent
d01b65def7
commit
4586b9e676
12 changed files with 428 additions and 295 deletions
|
@ -102,9 +102,6 @@ let g:go_metalinter_command = "golangci-lint"
|
|||
" Lint Go on save
|
||||
let g:go_metalinter_autosave = 1
|
||||
|
||||
" make sure errcheck is enabled for autosave
|
||||
let g:go_metalinter_autosave_enabled = ['govet', 'golint', 'errcheck', 'deadcode', 'errcheck', 'gosimple', 'ineffassign', 'staticcheck', 'structcheck', 'typecheck', 'unused', 'varcheck']
|
||||
|
||||
" enable autocompletion for Go
|
||||
call deoplete#custom#option('omni_patterns', { 'go': '[^. *\t]\.\w*' })
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue