feat: neovim rounded window borders by default

This commit is contained in:
2026-03-09 23:52:25 -04:00
parent e740f4051e
commit 3023e366e4
+1
View File
@@ -13,6 +13,7 @@ vim.opt.termguicolors = true
vim.opt.shell = "fish"
vim.opt.splitbelow = true
vim.opt.splitright = true
vim.opt.winborder = "rounded"
vim.g.mapleader = " "
vim.keymap.set("n", "<leader>n", "<cmd>e .<cr>", {})