changes for the config

This commit is contained in:
pika 2025-04-05 13:33:39 +02:00
parent aa324a3cc0
commit acc5c649f3
4 changed files with 162 additions and 191 deletions

View file

@ -54,7 +54,10 @@ o.swapfile = false
-- Disable the tilde on empty lines
-- enable slimline bubble chain ( )----( )
o.fillchars = { eob = " ", stl = "" }
o.fillchars = {
eob = " ",
-- stl = "─",
}
-- SudaRead automatic if file is inaccessible
vim.g.suda_smart_edit = 1