15 lines
789 B
Lua
15 lines
789 B
Lua
-- ╭─────────────────────────────────────────────────────────╮
|
|
-- │ jmbuhr/otter.nvim │
|
|
-- │ adds completions, treesitter and lsp featurs to │
|
|
-- │ markdown codeblocks │
|
|
-- │ https://github.com/jmbuhr/otter.nvim │
|
|
-- ╰─────────────────────────────────────────────────────────╯
|
|
|
|
return {
|
|
"jmbuhr/otter.nvim",
|
|
dependencies = {
|
|
"nvim-treesitter/nvim-treesitter",
|
|
},
|
|
opts = {},
|
|
}
|