Skip to content

Commit

Permalink
chore(mini-indentscope): ignore aerial and sort filetypes alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
Subjective committed Jul 15, 2023
1 parent eba2d15 commit 9b1b8e6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lua/astrocommunity/indent/mini-indentscope/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ return {
init = function()
vim.api.nvim_create_autocmd("FileType", {
pattern = {
"fzf",
"starter",
"help",
"alpha",
"aerial",
"dashboard",
"fzf",
"help",
"neo-tree",
"Trouble",
"lazy",
"lspinfo",
"mason",
"starter",
"undotree",
},
callback = function() vim.b.miniindentscope_disable = true end,
Expand Down

0 comments on commit 9b1b8e6

Please sign in to comment.