diff --git a/README.md b/README.md index 11f89de..906b919 100644 --- a/README.md +++ b/README.md @@ -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", -- }, }, } diff --git a/lua/precognition/init.lua b/lua/precognition/init.lua index e1001a7..ff9c5c9 100644 --- a/lua/precognition/init.lua +++ b/lua/precognition/init.lua @@ -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", }, }