Skip to content

change_detection enabled = false but still "Config Change Detected. Reloading..." #1823

Answered by iton0
rieje asked this question in Q&A
Discussion options

You must be logged in to vote

Try this:

-- Setup lazy.nvim
require("lazy").setup({
    root = vim.fn.stdpath("data") .. "/lazy", -- dir for installed plugins
    defaults = {
      -- 'true' to have lazy-load all plugins. Only do this if you know what
      -- you are doing, as it can lead to unexpected behavior.
      lazy = false,
      -- version = nil, -- always use the latest git commit (default)
      -- version = "*", -- try installing the latest stable version for plugins
      -- that support semver
      version = "*",
      -- default `cond` you can use to globally disable a lot of plugins
      -- when running inside vscode for example
      cond = nil, ---@type boolean|fun(self:LazyPlugin):boolean|nil

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rieje
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants