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:
parent
0ec49583bd
commit
4d8cc4d2af
1 changed files with 3 additions and 1 deletions
|
@ -203,8 +203,10 @@ return {
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
},
|
},
|
||||||
|
keys = {
|
||||||
|
{ "<localleader>ce", ":FeMaco<cr>", desc = "edit codecell" },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
-- MARKDOWN ONLY
|
-- MARKDOWN ONLY
|
||||||
-- Evaluate markdown code blocks
|
-- Evaluate markdown code blocks
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue