chore(nvim): many changes

This commit is contained in:
Afonso Franco 2025-04-25 20:56:57 +01:00
parent 8a13160754
commit 03e8f03b8e
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
7 changed files with 113 additions and 26 deletions

View file

@ -47,3 +47,7 @@ vim.opt.signcolumn = "yes"
vim.opt.autoread = true
-- disable swapfile
vim.opt.swapfile = false
-- disable statusline
vim.o.laststatus = 1
-- border on floating windows
vim.o.winborder = nil