소스 검색

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",
       "",