diff --git a/modules/editor/vim.nix b/modules/editor/vim.nix index bd82b71..10c1847 100644 --- a/modules/editor/vim.nix +++ b/modules/editor/vim.nix @@ -510,6 +510,11 @@ in { } { pkg = pkgs.unstable.vimPlugins.indent-blankline-nvim; + event = "VeryLazy"; + main = "ibl"; + opts = { + scope.enabled = false; + }; } { pkg = pkgs.unstable.vimPlugins.vim-sleuth;