Update to new tmux conf. Support mac and arch

This commit is contained in:
tblyler 2020-05-25 13:36:22 -04:00
parent d01b65def7
commit 4586b9e676
12 changed files with 428 additions and 295 deletions

View file

@ -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*' })