We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288772b commit 6da32e6Copy full SHA for 6da32e6
lua/plugins/config-local.lua
@@ -4,7 +4,7 @@ return {
4
main = "config-local",
5
lazy = false,
6
opts = {
7
- config_files = { ".nvim.lua", ".nvimrc", ".exrc", ".nvim/init.lua" }, -- Config file patterns to load (lua supported)
+ config_files = { ".nvim.lua", ".nvimrc", ".nvimrc.lua", ".exrc", ".nvim/init.lua" }, -- Config file patterns to load (lua supported)
8
lookup_parents = true, -- Lookup config files in parent directories
9
-- silent = false, -- Disable plugin messages (Config loaded/ignored)
10
},
0 commit comments