mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: update
This commit is contained in:
parent
3f00eddbfe
commit
884f1970a7
7 changed files with 36 additions and 34 deletions
|
|
@ -52,7 +52,7 @@ set.splitbelow = true
|
|||
-- See `:help 'list'`
|
||||
-- and `:help 'listchars'`
|
||||
set.list = false
|
||||
set.listchars = { tab = '» ', trail = '·', nbsp = '␣' }
|
||||
set.listchars = { tab = ' »', space = '·', nbsp = '␣' }
|
||||
|
||||
set.fillchars = {
|
||||
foldopen = icons.fold.open,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue