mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-30 22:57:54 +00:00
nvim: update listchars
This commit is contained in:
parent
70a153d723
commit
0766497a92
@ -17,7 +17,7 @@ function module.setup()
|
||||
vim.opt.tabstop = 4
|
||||
vim.opt.conceallevel = 1
|
||||
vim.opt.list = true
|
||||
vim.opt.listchars = { tab = " ", trail = "·" }
|
||||
vim.opt.listchars = { tab = "↦ ", trail = "·" }
|
||||
vim.opt_local.spell = true
|
||||
vim.opt.smartindent = true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user