This commit is contained in:
2025-07-28 10:48:04 -04:00
parent 0155992f97
commit 6c9f0b01a9

View File

@@ -23,6 +23,7 @@ vim.o.wrap = false
vim.o.winborder = "rounded"
vim.o.clipboard = "unnamedplus"
vim.o.swapfile = false
vim.opt.path:append("**")
local augroup = vim.api.nvim_create_augroup("vxclutch", {})