Update avante.nvim and add more smartcolumn disabled_filetypes
Cursor column on avante output was annoying
This commit is contained in:
@@ -30,6 +30,7 @@ return {
|
||||
mode = "v",
|
||||
},
|
||||
},
|
||||
build = "make",
|
||||
dependencies = {
|
||||
"stevearc/dressing.nvim",
|
||||
"nvim-lua/plenary.nvim",
|
||||
|
||||
@@ -1,7 +1,22 @@
|
||||
return {
|
||||
"m4xshen/smartcolumn.nvim",
|
||||
opts = {
|
||||
disabled_filetypes = { "help", "text", "markdown", "dashboard", "lazy" },
|
||||
disabled_filetypes = {
|
||||
"help",
|
||||
"text",
|
||||
"markdown",
|
||||
"dashboard",
|
||||
"lazy",
|
||||
"Avante",
|
||||
"NvimTree",
|
||||
"mason",
|
||||
"checkhealth",
|
||||
"lspinfo",
|
||||
"noice",
|
||||
"Trouble",
|
||||
"fish",
|
||||
"zsh",
|
||||
},
|
||||
colorcolumn = "120",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user