Skip to content

Commit

Permalink
fix(highlight): remove duplicate visual selection highlight (#1643)
Browse files Browse the repository at this point in the history
  • Loading branch information
theol0403 committed Nov 21, 2023
1 parent 6b58cd3 commit d02dbde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,6 @@
"Search": {
"backgroundColor": "theme.editor.findMatchHighlightBackground",
"borderColor": "theme.editor.findMatchHighlightBorder"
},
"Visual": {
"backgroundColor": "theme.editor.selectionBackground"
}
}
},
Expand Down
1 change: 1 addition & 0 deletions runtime/lua/vscode-neovim/highlight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ local function setup_globals()
Normal = {},
NormalNC = {},
NormalFloat = {},
Visual = {},
VisualNC = {},
VisualNOS = {},
Substitute = {},
Expand Down

0 comments on commit d02dbde

Please sign in to comment.