nvim: Add FeMaco codecell edit mapping

Added mapping to quickly edit any code cell in FeMaco, an extra buffer
which brings lsp functionality and similar with it. Can be used as a
fallback if otter.nvim is not working for the buffer, or when working on
a buffer which otter.nvim does not understand.
This commit is contained in:
Marty Oehme 2024-06-16 21:31:21 +02:00
parent 0ec49583bd
commit 4d8cc4d2af
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -203,8 +203,10 @@ return {
dependencies = {
"nvim-treesitter/nvim-treesitter",
},
keys = {
{ "<localleader>ce", ":FeMaco<cr>", desc = "edit codecell" },
},
},
-- MARKDOWN ONLY
-- Evaluate markdown code blocks
{