mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fixup! fix(highlight): remove syncolor.vim
This commit is contained in:
parent
9afa0d25a6
commit
d3bc61b31d
@ -358,6 +358,14 @@ Startup:
|
||||
- works by default: "-" file is optional
|
||||
- works in more cases: |-Es|, file args
|
||||
|
||||
Syntax highlighting:
|
||||
syncolor.vim has been removed. Nvim now sets up default highlighting groups
|
||||
automatically for both light and dark backgrounds, regardless of whether or
|
||||
not syntax highlighting is enabled. This means that |:syntax-on| and
|
||||
|:syntax-enable| are now identical. Users who previously used an
|
||||
after/syntax/syncolor.vim file should transition that file into a
|
||||
colorscheme. |:colorscheme|
|
||||
|
||||
TUI:
|
||||
*:set-termcap*
|
||||
Start Nvim with 'verbose' level 3 to show terminal capabilities: >
|
||||
|
Loading…
Reference in New Issue
Block a user