mcauley-penney / visual-whitespace.nvim

A Neovim plugin to reveal whitespace characters in visual mode, like VSCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🔎 visual-whitespace.nvim

Reveal whitespace characters in visual mode, similar to VSCode.

visual-ws

GIF: Highlighting in charwise-visual and linewise-visual

Installation and configuration

To install it with the default settings using Lazy:

  {
   'mcauley-penney/visual-whitespace.nvim',
    config = true
  }

visual-whitespace comes with the following default settings:

    opts = {
     highlight = { link = 'Visual' },
     space_char = '·',
     tab_char = '',
     nl_char = '',
     cr_char = ''
    },

Credit

About

A Neovim plugin to reveal whitespace characters in visual mode, like VSCode


Languages

Language:Lua 100.0%