til
Today I learned. Short notes. No fluff.
#3
Load local nvim config from local files:
vim.opt.exrc = truevim.opt.secure = trueFiles: .nvim.lua > .nvimrc > .exrc
# .nvim.lua / .nvimrc / .exrcvim.print("hello from local rc")Today I learned. Short notes. No fluff.
Load local nvim config from local files:
vim.opt.exrc = truevim.opt.secure = trueFiles: .nvim.lua > .nvimrc > .exrc
# .nvim.lua / .nvimrc / .exrcvim.print("hello from local rc")