summaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/columns.lua
blob: 40806e26232ed01905e70132f47e1b548d433769 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
return {
	"m4xshen/smartcolumn.nvim",
	opts = {
		colorcolumn = "80",
		disabled_filetypes = { "help", "text" },
		custom_colorcolumn = {},
		scope = "file",
		editorconfig = true,
	},
}