aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/keysets.lua
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2022-03-05 15:00:07 -0500
committerGitHub <noreply@github.com>2022-03-05 15:00:07 -0500
commitc365de1d22de3e70e785267fe19cb9c43b42d355 (patch)
treeeedb8f3597ba982066a11b9f39f94e16f25f31d6 /src/nvim/api/keysets.lua
parentd557a4557100e3ab48a504dafcf53f544196595c (diff)
parent7fd1182c62d6e969ac15b3891bfcc4ff480d6953 (diff)
downloadrneovim-c365de1d22de3e70e785267fe19cb9c43b42d355.tar.gz
rneovim-c365de1d22de3e70e785267fe19cb9c43b42d355.tar.bz2
rneovim-c365de1d22de3e70e785267fe19cb9c43b42d355.zip
Merge pull request #17589 from kchibisov/add-dashed-dotted-underline
Add support for double, dashed, and dotted underlines
Diffstat (limited to 'src/nvim/api/keysets.lua')
-rw-r--r--src/nvim/api/keysets.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/nvim/api/keysets.lua b/src/nvim/api/keysets.lua
index b05816f8ac..4676ec7596 100644
--- a/src/nvim/api/keysets.lua
+++ b/src/nvim/api/keysets.lua
@@ -83,7 +83,10 @@ return {
"standout";
"strikethrough";
"underline";
+ "underlineline";
"undercurl";
+ "underdot";
+ "underdash";
"italic";
"reverse";
"nocombine";
@@ -105,7 +108,10 @@ return {
"standout";
"strikethrough";
"underline";
+ "underlineline";
"undercurl";
+ "underdot";
+ "underdash";
"italic";
"reverse";
"nocombine";