show tabs
This commit is contained in:
parent
30924f12cf
commit
f1abf864c1
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,10 @@ vim.o.ts = tabwidth
|
||||||
vim.o.sw = tabwidth
|
vim.o.sw = tabwidth
|
||||||
vim.o.sts = -1
|
vim.o.sts = -1
|
||||||
|
|
||||||
|
-- I'd like to be able to see when I'm using icky tabs
|
||||||
|
vim.o.list = true
|
||||||
|
vim.o.listchars = "tab:┌┬┐"
|
||||||
|
|
||||||
-- Schedule the setting after `UiEnter` because it can increase startup-time.
|
-- Schedule the setting after `UiEnter` because it can increase startup-time.
|
||||||
-- (yoinked from kickstart.nvim)
|
-- (yoinked from kickstart.nvim)
|
||||||
vim.schedule(function()
|
vim.schedule(function()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue