diff options
Diffstat (limited to 'nvim/init.vim')
-rwxr-xr-x | nvim/init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/init.vim b/nvim/init.vim index c433996..26fe0ad 100755 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -21,7 +21,7 @@ set hlsearch " Highlight search hits set ignorecase " Case-insensitive search... set linebreak " Word wrap set list " Show whitespace characters defined in listchars -set listchars=tab:⇥\ \,space:· " Highlight tabs and spaces +set listchars=tab:▏\ \,space:· " Highlight tabs and spaces set mouse=a " Because sometimes it's just easier to use the mouse set number relativenumber " Enable relative line numbers set smartcase " ...Unless the search term is capital |