This commit is contained in:
khodowany
2026-05-03 10:13:43 -05:00
parent 772eb31287
commit 0e398930f1
10 changed files with 21 additions and 41 deletions
-3
View File
@@ -1,6 +1,3 @@
-- Options are automatically loaded before lazy.nvim startup
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
-- Add any additional options here
vim.o.exrc = true
vim.opt.relativenumber = false
vim.keymap.set("n", "Q", "<cmd>tabclose<CR>", { silent = true })