update colors
This commit is contained in:
parent
81fd63bf11
commit
5283f339d1
1 changed files with 3 additions and 3 deletions
6
.vimrc
6
.vimrc
|
|
@ -201,7 +201,7 @@ Plug 'lervag/vimtex'
|
|||
" Unclear
|
||||
Plug 'ncm2/float-preview.nvim'
|
||||
Plug 'lambdalisue/gina.vim'
|
||||
Plug 'tomasiser/vim-code-dark'
|
||||
Plug 'barakmich/vim-code-dark'
|
||||
|
||||
call plug#end()
|
||||
|
||||
|
|
@ -488,8 +488,8 @@ let g:go_bin_path = $HOME . "/.go/bin"
|
|||
|
||||
let g:go_highlight_functions = 1
|
||||
let g:go_highlight_function_calls = 1
|
||||
let g:go_highlight_variable_declarations = 1
|
||||
let g:go_highlight_variable_assignments = 1
|
||||
"let g:go_highlight_variable_declarations = 1
|
||||
"let g:go_highlight_variable_assignments = 1
|
||||
|
||||
" ** STATUSLINE **
|
||||
set laststatus=2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue