This commit is contained in:
Chris 2020-10-31 14:52:31 -04:00
parent 892a5c942a
commit af6bedd236
4 changed files with 7 additions and 1 deletions

View file

@ -51,6 +51,7 @@ else
source $HOME/.config/nvim/plug-config/asynctask.vim
source $HOME/.config/nvim/plug-config/window-swap.vim
source $HOME/.config/nvim/plug-config/markdown-preview.vim
source $HOME/.config/nvim/plug-config/neovide.vim
luafile $HOME/.config/nvim/lua/plug-colorizer.lua
" source $HOME/.config/nvim/plug-config/sneak.vim
" source $HOME/.config/nvim/plug-config/rainbow.vim

View file

@ -108,7 +108,7 @@ gls.left[5] = {
DiffAdd = {
provider = 'DiffAdd',
condition = checkwidth,
icon = ' ',
icon = ' ',
highlight = {colors.green,colors.bg},
}
}

4
plug-config/neovide.vim Normal file
View file

@ -0,0 +1,4 @@
set guifont=FiraCode\ Nerd\ Font\ Mono:h22
" set guifont=Hack\ Nerd\ Font:h22
" set guifont=Noto\ Color\ Emoji:h22

View file

@ -5,6 +5,7 @@ syntax on
" colorscheme nord
colorscheme nvcode
" colorscheme onedark
" colorscheme TSnazzy
" checks if your terminal has 24-bit color support