feat: use nvim exrc
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good

This commit is contained in:
Deepak Mallubhotla 2025-02-25 20:24:18 +00:00
parent 0749eda4c2
commit 889b0650af
Signed by: deepak
GPG Key ID: 47831B15427F5A55

View File

@ -18,6 +18,9 @@ vim.opt.relativenumber = true
vim.opt.ignorecase = true
vim.opt.smartcase = true
-- scary hopefully secure in neovim
vim.opt.exrc = true
vim.opt.spell = true
vim.opt.spelllang = 'en_gb'