some plugin changes and visual optimisations

This commit is contained in:
pika 2025-04-05 10:51:29 +02:00
parent 89322b376a
commit 741556792b
8 changed files with 143 additions and 77 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"