mirror of
https://gitgud.io/Melon__Bread/gnu-plus-dotfiles.git
synced 2024-11-24 16:28:59 -05:00
Switched vim theme to gruvbox-material
This commit is contained in:
parent
f30c6cbdd9
commit
16e090671c
@ -1,5 +1,5 @@
|
||||
function! guifont#setfont () abort
|
||||
set guifont=FiraCode\ Nerd\ Font:h18
|
||||
set guifont=FiraCode\ Nerd\ Font:h18
|
||||
set clipboard+=unnamedplus
|
||||
let g:neoformat_python_black = {
|
||||
\ 'exe': 'black',
|
||||
@ -7,5 +7,8 @@ function! guifont#setfont () abort
|
||||
\ 'args': ['-q', '-'],
|
||||
\ }
|
||||
let g:neoformat_enabled_python = ['black']
|
||||
|
||||
let g:gruvbox_material_palette = 'material'
|
||||
let g:gruvbox_material_enable_bold = 1
|
||||
let g:gruvbox_material_enable_italic = 1
|
||||
let g:g:gruvbox_material_ui_contrast = 'high'
|
||||
endfunction
|
||||
|
@ -11,7 +11,7 @@
|
||||
# set spacevim theme. by default colorscheme layer is not loaded,
|
||||
# if you want to use more colorscheme, please load the colorscheme
|
||||
# layer
|
||||
colorscheme = "gruvbox"
|
||||
colorscheme = "gruvbox-material"
|
||||
background = "dark"
|
||||
# Disable guicolors in basic mode, many terminal do not support 24bit
|
||||
# true colors
|
||||
@ -95,3 +95,7 @@ name = "https://tildegit.org/sloum/gemini-vim-syntax"
|
||||
[[custom_plugins]]
|
||||
name = "habamax/vim-godot"
|
||||
|
||||
[[custom_plugins]]
|
||||
repo = "sainnhe/gruvbox-material"
|
||||
merged = 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user