Update: 2024-07-25

This commit is contained in:
2024-07-25 14:03:00 +03:00
parent 43fb701519
commit 49ced08d78
30 changed files with 216 additions and 98 deletions

View File

@@ -85,4 +85,12 @@ return {
on_attach = nil, -- (fun(bufnr: integer)) callback when plugin attaches to a buffer
},
},
{
"Kicamon/markdown-table-mode.nvim",
opts = {
filetype = {
"*.md",
},
},
},
}