mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nvim: set trailing symbols
This commit is contained in:
parent
97d8feed43
commit
11f3c5614f
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ vim.o.scrolloff = 3
|
||||||
|
|
||||||
vim.o.showmode = false
|
vim.o.showmode = false
|
||||||
|
|
||||||
vim.opt.listchars = { tab = "│ ", trail = "␣" }
|
vim.opt.listchars = { tab = "│ ", trail = "␣", extends = "…", precedes = "…" }
|
||||||
vim.o.list = true
|
vim.o.list = true
|
||||||
|
|
||||||
vim.o.splitright = true
|
vim.o.splitright = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue