diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2023-01-17 09:45:11 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2023-01-17 09:45:11 -0600 |
commit | 45132e18845c0f54c4c86ac1a6e635eb7f76287e (patch) | |
tree | 91e1dcce9409107c555475e1177306368bc37d24 /nvim/init.vim | |
parent | e6f936b731fcb7fd0f29e46e2b460606c3d723e7 (diff) | |
download | dotconfig-45132e18845c0f54c4c86ac1a6e635eb7f76287e.tar.xz dotconfig-45132e18845c0f54c4c86ac1a6e635eb7f76287e.zip |
minor changes
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 |