fix: update neovim configs

This commit is contained in:
2026-03-25 15:45:19 +05:00
parent b0fcc8e7bd
commit 5ccf595db2
9 changed files with 48 additions and 123 deletions

View File

@@ -3,7 +3,7 @@ vim.opt.colorcolumn = "80"
vim.g.copilot_no_tab_map = true
vim.api.nvim_set_keymap("i", "<C-o>", 'copilot#Accept("<CR>")', { silent = true, expr = true, noremap = true, script = true })
vim.wo.relativenumber = true
vim.g.scrolloff = 8
vim.opt.scrolloff = 8
-- Auto-reload files when changed externally
vim.opt.autoread = true