neovim-config/lua/plugins/smartcolumn.lua

23 lines
341 B
Lua
Raw Normal View History

2023-12-01 20:28:11 +00:00
return {
"m4xshen/smartcolumn.nvim",
opts = {
disabled_filetypes = {
"help",
"text",
"markdown",
"dashboard",
"lazy",
"Avante",
"NvimTree",
"mason",
"checkhealth",
"lspinfo",
"noice",
"Trouble",
"fish",
"zsh",
},
2023-12-01 20:28:11 +00:00
colorcolumn = "120",
},
}