neovim-config/lua/plugins/smartcolumn.lua
2024-09-19 23:57:30 -04:00

23 lines
341 B
Lua

return {
"m4xshen/smartcolumn.nvim",
opts = {
disabled_filetypes = {
"help",
"text",
"markdown",
"dashboard",
"lazy",
"Avante",
"NvimTree",
"mason",
"checkhealth",
"lspinfo",
"noice",
"Trouble",
"fish",
"zsh",
},
colorcolumn = "120",
},
}