Skip to content

Commit

Permalink
fix(smartcolumn-nvim): change mini.starter filetype from starter to m…
Browse files Browse the repository at this point in the history
…inistarter (#1084)

fix(smartcolumn-nvim): change mini.starter filetype to ministarter
  • Loading branch information
luxus authored Jul 3, 2024
1 parent a2eb9ed commit 56b6894
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ return {
"m4xshen/smartcolumn.nvim",
event = { "InsertEnter", "User AstroFile" },
opts = {
disabled_filetypes = { "alpha", "neo-tree", "starter", "help", "text", "markdown" },
disabled_filetypes = { "alpha", "neo-tree", "ministarter", "help", "text", "markdown" },
},
}

0 comments on commit 56b6894

Please sign in to comment.