feat: add rootiest_dev option to enable/disable development mode for plugins
This commit is contained in:
@@ -16,5 +16,5 @@ return { -- Astral
|
||||
"default",
|
||||
},
|
||||
},
|
||||
dev = true, -- Use local codebase
|
||||
dev = vim.g.rootiest_dev or false, -- Use local codebase
|
||||
}
|
||||
|
||||
@@ -20,5 +20,5 @@ return { -- Neovim Updater
|
||||
desc = "Debug Build Neovim",
|
||||
},
|
||||
},
|
||||
dev = true,
|
||||
dev = vim.g.rootiest_dev or false,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user