mirror of https://github.com/wlcx/home.git
nvim: make tabs look nicer
This commit is contained in:
parent
e8d7c460db
commit
098307eac9
|
@ -11,7 +11,7 @@ vim.o.softtabstop = 4
|
||||||
vim.o.expandtab = true -- owo expands ur tab
|
vim.o.expandtab = true -- owo expands ur tab
|
||||||
|
|
||||||
vim.o.list = true
|
vim.o.list = true
|
||||||
vim.o.listchars = "trail:·" -- show trailing spaces
|
vim.o.listchars = "trail:·,tab:␉·" -- show trailing spaces
|
||||||
|
|
||||||
-- Colors
|
-- Colors
|
||||||
vim.cmd "colorscheme gruvbox"
|
vim.cmd "colorscheme gruvbox"
|
||||||
|
|
Loading…
Reference in New Issue