Set termguicolors in Vim/NeoVim 🐛
This gets the correct colourscheme to show up in terminal mode.
This commit is contained in:
parent
80752af316
commit
f7d6ec8f1d
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ let
|
|||
vimOptions = {
|
||||
plugins = [ themePlugin ];
|
||||
extraConfig = ''
|
||||
set termguicolors
|
||||
colorscheme base16-stylix
|
||||
set guifont=${escape [" "] config.stylix.fonts.monospace.name}:h10
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue