mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Fix gorename
This commit is contained in:
@@ -151,6 +151,7 @@ let g:go_highlight_variable_assignments = 1
|
|||||||
let g:go_highlight_variable_declarations = 1
|
let g:go_highlight_variable_declarations = 1
|
||||||
let g:go_metalinter_autosave=1
|
let g:go_metalinter_autosave=1
|
||||||
let g:go_metalinter_autosave_enabled=['golint', 'govet']
|
let g:go_metalinter_autosave_enabled=['golint', 'govet']
|
||||||
|
let g:go_rename_command = 'gopls'
|
||||||
|
|
||||||
" vim-terraform
|
" vim-terraform
|
||||||
let g:terraform_align=1
|
let g:terraform_align=1
|
||||||
|
1
.zshrc
1
.zshrc
@@ -6,7 +6,6 @@ plugins=(fzf git zsh-syntax-highlighting last-working-dir zsh-autosuggestions)
|
|||||||
CASE_SENSITIVE="true"
|
CASE_SENSITIVE="true"
|
||||||
|
|
||||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#838383,underline"
|
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#838383,underline"
|
||||||
ZSH_AUTOSUGGEST_STRATEGY=(history completion)
|
|
||||||
|
|
||||||
# Disable marking untracked files
|
# Disable marking untracked files
|
||||||
# under VCS as dirty. This makes repository status check for large repositories
|
# under VCS as dirty. This makes repository status check for large repositories
|
||||||
|
Reference in New Issue
Block a user