feat: use nvim exrc
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
This commit is contained in:
parent
0749eda4c2
commit
889b0650af
@ -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'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user