vim: gruvbox; kitty: fantasque sans mono
This commit is contained in:
parent
4a2562b4cd
commit
46a26852a3
2 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@ autocmd BufRead *vimplugrc set ft=vim
|
||||||
execute 'source' fnameescape(g:plug)
|
execute 'source' fnameescape(g:plug)
|
||||||
plug#begin(g:plugdir)
|
plug#begin(g:plugdir)
|
||||||
Plug 'junegunn/vim-plug'
|
Plug 'junegunn/vim-plug'
|
||||||
Plug 'lifepillar/vim-solarized8'
|
Plug 'lifepillar/vim-gruvbox8'
|
||||||
|
|
||||||
Plug 'hashivim/vim-terraform'
|
Plug 'hashivim/vim-terraform'
|
||||||
Plug 'itchyny/lightline.vim'
|
Plug 'itchyny/lightline.vim'
|
||||||
|
@ -32,7 +32,7 @@ nmap <Leader>ft :Filetypes<CR>
|
||||||
|
|
||||||
# lightline
|
# lightline
|
||||||
g:lightline = {
|
g:lightline = {
|
||||||
colorscheme: 'solarized',
|
colorscheme: 'gruvbox8',
|
||||||
separator: { left: '', right: ''},
|
separator: { left: '', right: ''},
|
||||||
subseparator: { left: '\u2022', right: '\u2022'}
|
subseparator: { left: '\u2022', right: '\u2022'}
|
||||||
}
|
}
|
||||||
|
@ -45,9 +45,9 @@ if has('gui_running')
|
||||||
map! <S-Insert> <MiddleMouse>
|
map! <S-Insert> <MiddleMouse>
|
||||||
endif
|
endif
|
||||||
|
|
||||||
g:solarized_extra_hi_groups = 1
|
g:gruvbox_plugin_hi_groups = 1
|
||||||
&t_8f = "\u1b[38;2;%lu;%lu;%lum"
|
&t_8f = "\u1b[38;2;%lu;%lu;%lum"
|
||||||
&t_8b = "\u1b[48;2;%lu;%lu;%lum"
|
&t_8b = "\u1b[48;2;%lu;%lu;%lum"
|
||||||
|
&bg = 'dark'
|
||||||
&tgc = 1
|
&tgc = 1
|
||||||
&bg = 'light'
|
colorscheme gruvbox8
|
||||||
colorscheme solarized8
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Use Ctrl+Alt+F5 to reload
|
# Use Ctrl+Alt+F5 to reload
|
||||||
font_family Cascadia Mono PL
|
font_family Fantasque Sans Mono
|
||||||
modify_font underline_position 1
|
modify_font underline_position 1
|
||||||
font_size 14
|
font_size 15
|
||||||
cursor_blink_interval 0
|
cursor_blink_interval 0
|
||||||
term xterm-256color
|
term xterm-256color
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue