diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-06-23 15:24:13 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-06-23 15:24:13 -0500 |
commit | 1513910bf68dcd53c07099325bb839667086be30 (patch) | |
tree | b3b917a59eb1915bb6e35f0c943957ada2b03524 /lua | |
parent | 3f5ecccdfb315a69db961c2fff917be7c8df939a (diff) | |
download | nvim-1513910bf68dcd53c07099325bb839667086be30.tar.xz nvim-1513910bf68dcd53c07099325bb839667086be30.zip |
Diffstat (limited to 'lua')
-rw-r--r-- | lua/tjk/options.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/tjk/options.lua b/lua/tjk/options.lua index 9a0dd4d..210c45f 100644 --- a/lua/tjk/options.lua +++ b/lua/tjk/options.lua @@ -17,7 +17,7 @@ opt.relativenumber = true -- enable relative line numbers -- show whitespace characters opt.list = true -- show whitespace characters defined in listchars -opt.listchars = "tab:▏ ,space:·" -- highlight tabs and spaces +opt.listchars = "tab:│ ,space:·" -- highlight tabs and spaces -- tabbing opt.tabstop = 4 -- set tabwidth to 4 instead of 8 |