goodhumored 4f30fa4a19 many nvim changes
nvim file structure updated
nvim luasnippets configured properly
2024-12-28 13:49:08 +03:00

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 = {},
}