Преглед на файлове

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 години
родител
ревизия
38ddcb4501
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      lua/lvim/core/breadcrumbs.lua

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

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