Update avante.nvim and add more smartcolumn disabled_filetypes

Cursor column on avante output was annoying
This commit is contained in:
2024-09-19 23:57:30 -04:00
parent f890b5fbfb
commit 11c1e0c560
3 changed files with 74 additions and 59 deletions

View File

@@ -30,6 +30,7 @@ return {
mode = "v",
},
},
build = "make",
dependencies = {
"stevearc/dressing.nvim",
"nvim-lua/plenary.nvim",

View File

@@ -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",
},
}