Set termguicolors in Vim/NeoVim 🐛

This gets the correct colourscheme to show up in terminal mode.
This commit is contained in:
Daniel Thwaites 2022-06-27 12:27:32 +01:00
parent 80752af316
commit f7d6ec8f1d
No known key found for this signature in database
GPG key ID: D8AFC4BF05670F9D

View file

@ -27,6 +27,7 @@ let
vimOptions = {
plugins = [ themePlugin ];
extraConfig = ''
set termguicolors
colorscheme base16-stylix
set guifont=${escape [" "] config.stylix.fonts.monospace.name}:h10
'';