forked from dineshsalunke/nvim-config
refactor: add listchars for space and tabs etc
This commit is contained in:
parent
7e73c21dfe
commit
f3aee592e1
@ -67,6 +67,7 @@ opt.grepformat = "%f:%l:%c:%m"
|
|||||||
opt.grepprg = "rg --vimgrep"
|
opt.grepprg = "rg --vimgrep"
|
||||||
opt.inccommand = "nosplit" -- preview incremental substitute
|
opt.inccommand = "nosplit" -- preview incremental substitute
|
||||||
opt.list = true -- Show some invisible characters (tabs...
|
opt.list = true -- Show some invisible characters (tabs...
|
||||||
|
opt.listchars = "tab:→ ,space:·,nbsp:␣,trail:•,precedes:«,extends:»"
|
||||||
|
|
||||||
opt.pumblend = 12 -- Popup blend
|
opt.pumblend = 12 -- Popup blend
|
||||||
opt.pumheight = 12 -- Maximum number of entries in a popup
|
opt.pumheight = 12 -- Maximum number of entries in a popup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user