some changes ported from the main config

This commit is contained in:
pika 2025-04-05 11:01:14 +02:00
parent 5b3685e857
commit 98c084dcca
4 changed files with 67 additions and 40 deletions

View file

@ -53,7 +53,8 @@ o.laststatus = 3
o.swapfile = false
-- Disable the tilde on empty lines
o.fillchars = { eob = " " }
-- enable slimline bubble chain ( )----( )
o.fillchars = { eob = " ", stl = "" }
-- SudaRead automatic if file is inaccessible
vim.g.suda_smart_edit = 1
@ -77,7 +78,7 @@ vim.cmd([[
if vim.g.neovide then
-- vim.g.neovide_transparency = 0.35
vim.g.neovide_transparency = 1
vim.g.neovide_opacity = 1
vim.g.neovide_theme = "dark"
vim.g.neovide_refresh_rate = 90
vim.g.neovide_cursor_vfx_mode = "torpedo"