mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Show tabs properly
This commit is contained in:
parent
ea9a73f21a
commit
fbe51f22ef
|
@ -27,9 +27,9 @@ o.ignorecase = true -- Use case insensitive matching
|
||||||
o.incsearch = true -- Show partial matches while typing
|
o.incsearch = true -- Show partial matches while typing
|
||||||
o.hlsearch = true -- Highlight search matches
|
o.hlsearch = true -- Highlight search matches
|
||||||
|
|
||||||
-- Show trailing whitespace
|
-- Show whitespace
|
||||||
o.list = true -- Enable showing characters like <Tab>, <EOL>, ...
|
o.list = true -- Enable showing characters like <Tab>, <EOL>, ...
|
||||||
o.listchars = "trail:·" -- Only show trailing whitespaces
|
o.listchars = {tab = " ", trail = "·"} -- Specify which characters to show
|
||||||
|
|
||||||
-- Command-mode search
|
-- Command-mode search
|
||||||
o.wildmode = {"longest", "list", "full"} -- Enable autocompletion
|
o.wildmode = {"longest", "list", "full"} -- Enable autocompletion
|
||||||
|
|
Loading…
Reference in a new issue