mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Add golang tools
This commit is contained in:
@@ -92,9 +92,10 @@
|
||||
let g:go_highlight_types = 1
|
||||
let g:go_highlight_variable_assignments = 1
|
||||
let g:go_highlight_variable_declarations = 1
|
||||
let g:go_metalinter_autosave=1
|
||||
let g:go_metalinter_autosave_enabled=['golint', 'govet']
|
||||
let g:go_rename_command = 'gopls'
|
||||
" golangcli-lint is currently not working
|
||||
" let g:go_metalinter_autosave=1
|
||||
" let g:go_metalinter_autosave_enabled=['golint', 'govet']
|
||||
|
||||
" vim-terraform
|
||||
let g:terraform_align=1
|
||||
|
@@ -31,6 +31,11 @@
|
||||
# password
|
||||
gopass
|
||||
|
||||
# golang
|
||||
golangci-lint
|
||||
golint
|
||||
gopls
|
||||
|
||||
# social media
|
||||
rtv
|
||||
|
||||
|
Reference in New Issue
Block a user