diff options
author | Nefendi <[email protected]> | 2022-11-21 06:50:25 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-11-21 12:50:25 +0700 |
commit | 38ddcb4501ee06317df73cb8b443749e631a4388 (patch) | |
tree | 56af60f275b68b35887da72d286fc8e8d6673cf3 /lua/lvim/core | |
parent | bc420500e5422c4976bf1710a1809288bf1ae8b4 (diff) |
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.
Diffstat (limited to 'lua/lvim/core')
-rw-r--r-- | lua/lvim/core/breadcrumbs.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/lvim/core/breadcrumbs.lua b/lua/lvim/core/breadcrumbs.lua index 440a8646..76804c43 100644 --- a/lua/lvim/core/breadcrumbs.lua +++ b/lua/lvim/core/breadcrumbs.lua @@ -29,7 +29,6 @@ M.config = function() "dap-terminal", "dapui_console", "lab", - "Markdown", "notify", "noice", "", |