Skip to content

Commit

Permalink
chore: constrain disabled filetypes to only startify.
Browse files Browse the repository at this point in the history
  • Loading branch information
marovira committed Jun 25, 2024
1 parent d17e000 commit 52e0f1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 56 deletions.
29 changes: 1 addition & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,34 +41,7 @@ return {
-- NextParagraph = { text = "}", prio = 8 },
-- },
-- disabled_fts = {
-- "NvimTree",
-- "TelescopePrompt",
-- "aerial",
-- "alpha",
-- "checkhealth",
-- "dapui*",
-- "Diffview*",
-- "Dressing*",
-- "help",
-- "httpResult",
-- "lazy",
-- "lspinfo",
-- "Neogit*",
-- "mason",
-- "neotest%-summary",
-- "minifiles",
-- "neo%-tree*",
-- "netrw",
-- "noice",
-- "notify",
-- "prompt",
-- "qf",
-- "query",
-- "oil",
-- "undotree",
-- "trouble",
-- "Trouble",
-- "fugitive",
-- "startify",
-- },
},
}
Expand Down
29 changes: 1 addition & 28 deletions lua/precognition/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,34 +82,7 @@ local default = {
NextParagraph = { text = "}", prio = 8 },
},
disabled_fts = {
"NvimTree",
"TelescopePrompt",
"aerial",
"alpha",
"checkhealth",
"dapui*",
"Diffview*",
"Dressing*",
"help",
"httpResult",
"lazy",
"lspinfo",
"Neogit*",
"mason",
"neotest%-summary",
"minifiles",
"neo%-tree*",
"netrw",
"noice",
"notify",
"prompt",
"qf",
"query",
"oil",
"undotree",
"trouble",
"Trouble",
"fugitive",
"startify",
},
}

Expand Down

0 comments on commit 52e0f1e

Please sign in to comment.