nvim: switched to true color color scheme - this should work with neovim-qt

This commit is contained in:
Tobias Schmidl 2020-10-07 15:18:51 +02:00
parent 1a5ad57bb5
commit b52b8827eb
3 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,5 @@
GuiFont Hack:h9
GuiTabline 0
:call GuiClipboard()
let $NVIM_TUI_ENABLE_TRUE_COLOR=1
set termguicolors

View file

@ -1,3 +1,4 @@
set termguicolors
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vimrc