mirror of
https://github.com/wlcx/home.git
synced 2025-10-11 14:33:45 +01:00
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.list = true
|
||||
vim.o.listchars = "trail:·" -- show trailing spaces
|
||||
vim.o.listchars = "trail:·,tab:␉·" -- show trailing spaces
|
||||
|
||||
-- Colors
|
||||
vim.cmd "colorscheme gruvbox"
|
||||
|
Loading…
x
Reference in New Issue
Block a user