This commit is contained in:
2025-05-19 17:08:20 +04:00
parent 484e10675e
commit 94c8a6dc2e
8 changed files with 29 additions and 17 deletions

View File

@@ -690,7 +690,7 @@ silent! map <F4> :NeoTreeReveal<CR>
" Lightline
let g:lightline = {
\ 'colorscheme': 'powerlineish',
\ 'colorscheme': 'gruvbox',
\ 'component_function': {
\ 'gitbranch': 'FugitiveHead'
\ },
@@ -769,6 +769,13 @@ let g:tagbar_type_ruby = {
\ 'F:singleton methods'
\ ]
\}
let g:tagbar_type_gdscript = {
\ 'ctagstype' :'gdscript',
\ 'kinds': [
\ 'v:variables',
\ 'f:functions',
\ ]
\ }
" vim-autoformat
let g:autoformat_autoindent = 1