mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
nvim: options: set fillchars
This commit is contained in:
parent
17676d62b9
commit
dd144f097c
1 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,8 @@ vim.o.foldcolumn = "auto"
|
|||
vim.o.list = false
|
||||
vim.o.listchars = 'tab: »,space:·,eol:,nbsp:␣'
|
||||
|
||||
vim.o.fillchars = string.format([[eob: ,fold: ,foldopen:%s,foldsep:%s,foldclose:%s]], icons.fold.open, icons.fold.sep, icons.fold.close)
|
||||
|
||||
-- Spell stuff, because i cant English
|
||||
vim.o.spell = true
|
||||
vim.o.spelllang = 'en_us'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue