diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2021-03-17 23:30:52 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2021-03-17 23:30:52 -0400 |
commit | a0bf2535ff02070b290995ba985214b4cf9faace (patch) | |
tree | ab677e2b3556b5ed8210ab860f77fbab6d09cf6e /.config/nvim | |
parent | 60c0561a1ab38b27c85fa73220a04d6dce36ca93 (diff) |
Updating to 2021-03-17 state
Diffstat (limited to '.config/nvim')
-rwxr-xr-x | .config/nvim/init.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 80cba41..d7d3f0a 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -84,11 +84,13 @@ call plug#end() " Sensible defaults {{{ " Aesthetics & basics syntax on -colo elly +colo friffle " colorscheme tweaks {{{ hi Normal guibg=NONE hi CursorLineNr guibg=NONE hi Constant guibg=NONE +hi Conceal guibg=NONE +hi Folded guibg=NONE hi ColorColumn guibg='#738c9c' hi Todo guibg='#acb3b5' guifg='#340001' hi Search guifg='#810002' guibg='#738c9c' @@ -214,8 +216,6 @@ let g:user_emmet_leader_key=',' nnoremap <C-n> :VimtexTocToggle<cr> " Underscore errors let g:tex_no_error=1 -" Consistent conceal highlighting - hi clear Conceal " Nvim-R " Folding |