Compare commits

...

3 Commits

Author SHA1 Message Date
2ac2b83105 Update nvim options 2025-08-08 18:54:07 -04:00
b1815dcb75 Merge branch 'zephyrus' 2025-08-05 21:02:37 -04:00
cb42483d4c Switch to zsh 2025-08-05 21:02:09 -04:00

View File

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