Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 0698d24

Browse files
user: set filetype to markdown for allen-mack/nvim-table-md plugin
1 parent e699222 commit 0698d24

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- init: `clojure_lsp` name corrected for Clojure LSP server
1111
- init: remove zipPlugin from disabled_plugins so `gd` jumps to function definitions in jar files
1212
- init: show configuration to use an external clojure-lsp server rather than one managed by mason
13+
- user: set filetype to markdown for allen-mack/nvim-table-md plugin
1314

1415
# 2023-07-21
1516
## Added

plugins/user.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ return {
2222
-- Format markdown tables
2323
-- https://github.com/allen-mack/nvim-table-md
2424
"allen-mack/nvim-table-md",
25-
}
25+
ft = { "markdown" },
26+
},
2627
}

0 commit comments

Comments
 (0)