mirror of
https://github.com/neovim/neovim.git
synced 2025-11-15 23:01:24 +00:00
Merge pull request #26407 from gpanders/default-tgc
feat(defaults): enable 'termguicolors' by default when supported by terminal
This commit is contained in:
@@ -30,7 +30,8 @@ module.nvim_prog = (
|
||||
module.nvim_set = (
|
||||
'set shortmess+=IS background=light noswapfile noautoindent startofline'
|
||||
..' laststatus=1 undodir=. directory=. viewdir=. backupdir=.'
|
||||
..' belloff= wildoptions-=pum joinspaces noshowcmd noruler nomore redrawdebug=invalid')
|
||||
..' belloff= wildoptions-=pum joinspaces noshowcmd noruler nomore redrawdebug=invalid'
|
||||
..' notermguicolors')
|
||||
module.nvim_argv = {
|
||||
module.nvim_prog, '-u', 'NONE', '-i', 'NONE',
|
||||
-- XXX: find treesitter parsers.
|
||||
|
||||
Reference in New Issue
Block a user