Skip to content
Matt edited this page Aug 15, 2022 · 1 revision

Most plugin settings can be configured in the settings UI.
This page documents some additional settings for further customization.

Search result border

By default, borders are disabled due to transparent borders still occupying space. In order to enable borders in search and inc. search, add the following lines to your settings.json:

"vscode-neovim.highlightGroups.highlights": {
  "IncSearch": {
    "borderStyle": "solid",
    "borderWidth": "1px"
  },
  "Search": {
    "borderStyle": "solid",
    "borderWidth": "1px"
  },
},

Table of Contents

Clone this wiki locally