Skip to content

Commit 51b7bad

Browse files
authored
feat(smartcolumn-nvim): add more to the disable list (#1449)
feat: disable on more buffers that don't need it
1 parent 4296d2f commit 51b7bad

File tree

1 file changed

+14
-1
lines changed
  • lua/astrocommunity/bars-and-lines/smartcolumn-nvim

1 file changed

+14
-1
lines changed

lua/astrocommunity/bars-and-lines/smartcolumn-nvim/init.lua

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@ return {
22
"m4xshen/smartcolumn.nvim",
33
event = { "InsertEnter", "User AstroFile" },
44
opts = {
5-
disabled_filetypes = { "alpha", "neo-tree", "ministarter", "help", "text", "markdown", "oil", "octo" },
5+
disabled_filetypes = {
6+
"alpha",
7+
"checkhealth",
8+
"help",
9+
"lazy",
10+
"markdown",
11+
"mason",
12+
"ministarter",
13+
"neo-tree",
14+
"octo",
15+
"oil",
16+
"snacks_dashboard",
17+
"text",
18+
},
619
},
720
}

0 commit comments

Comments
 (0)