mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
feat(highlight): define the concept of altfont as a (c)term rendering attribute
This commit is contained in:
@@ -114,6 +114,7 @@ return {
|
||||
"underdashed";
|
||||
"italic";
|
||||
"reverse";
|
||||
"altfont";
|
||||
"nocombine";
|
||||
"default";
|
||||
"cterm";
|
||||
@@ -140,6 +141,7 @@ return {
|
||||
"underdashed";
|
||||
"italic";
|
||||
"reverse";
|
||||
"altfont";
|
||||
"nocombine";
|
||||
}};
|
||||
-- Autocmds
|
||||
|
Reference in New Issue
Block a user