Browse Source

chore(breadcrumbs): remove `Markdown` from excluded file types (#3196)

The output of `vim.bo.filetype` for Markdown files is `markdown` not
`Markdown` so this entry did nothing.
Nefendi 2 years ago
parent
commit
38ddcb4501
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lua/lvim/core/breadcrumbs.lua

+ 0 - 1
lua/lvim/core/breadcrumbs.lua

@@ -29,7 +29,6 @@ M.config = function()
       "dap-terminal",
       "dap-terminal",
       "dapui_console",
       "dapui_console",
       "lab",
       "lab",
-      "Markdown",
       "notify",
       "notify",
       "noice",
       "noice",
       "",
       "",