Update nvim options

This commit is contained in:
2025-08-08 18:54:07 -04:00
parent b1815dcb75
commit 2ac2b83105

View File

@@ -8,3 +8,6 @@ vim.o.tabstop = 2
vim.o.softtabstop = 2
vim.o.shiftwidth = 2
vim.o.termguicolors = true
vim.o.winborder = "rounded"
vim.o.cursorline = true
vim.o.list = true