Proper placement for vim.opt.exrc in a plugins/ directoy approached config #39
Closed
Ercument5038
started this conversation in
Ideas
Replies: 2 comments
-
|
Thanks for sharing! That is indeed the case. For future reference, I would only ask to use |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This looks like important enough note to be added directly to MiniMax. The 'plugin/10_options.lua' seems like a good place, so it is now there. Thanks again for noticing! I wasn't aware of this nuance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I reimplemented my config with MiniMax and I in my old config I had the
vim.opt.exrcoption enabled.After switching I realized that the
.nvim.luaproject local config wasn't executed.I did some reading and found out that the plugins/ directory gets loaded too late for Neovim to execute the
.nvim.luafile.To fix this one would need to set this option in
init.luaand not in theplugins/directory.Sharing this in case others are trying to implement project-specific setting within this config structure.
Beta Was this translation helpful? Give feedback.
All reactions