Skip to content

mcauley-penney/visual-whitespace.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

🔎 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 highlight whitespace characters in visual mode

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages