diff --git a/nvim/.config/nvim/lua/plugins/base.lua b/nvim/.config/nvim/lua/plugins/base.lua index be88221..4cecdab 100644 --- a/nvim/.config/nvim/lua/plugins/base.lua +++ b/nvim/.config/nvim/lua/plugins/base.lua @@ -171,7 +171,7 @@ return { conflict = { suffix = "" }, -- disable to use git-conflict instead diagnostic = { suffix = "d", options = {} }, file = { suffix = "", options = {} }, - indent = { suffix = "" }, -- disable since we use indentscope above + indent = { suffix = "" }, -- disable since we use indentscope jump = { suffix = "j", options = {} }, location = { suffix = "l", options = {} }, oldfile = { suffix = "o", options = {} }, -- FIXME: overwritten by wrapping defaults currently @@ -201,7 +201,7 @@ return { require("mini.indentscope").setup({ symbol = "│", draw = { animation = require("mini.indentscope").gen_animation.none() }, - options = { indent_at_cursor = false }, + options = { indent_at_cursor = false, n_lines = 2000 }, }) -- disable indentlines for terminals vim.api.nvim_create_autocmd("TermOpen", {