nvim-FeMaco.lua icon indicating copy to clipboard operation
nvim-FeMaco.lua copied to clipboard

Catalyze your Fenced Markdown Code-block editing!

Results 7 nvim-FeMaco.lua issues
Sort by recently updated
recently updated
newest added

This PR adds a new configurable callback `post_close_float` (symmetrical to `post_open_float`), which can be assigned a function that takes the created tmp filepath as an argument. The default implementation fs_unlinks...

Regarding to https://github.com/AckslD/nvim-FeMaco.lua/issues/29 * Call `vim.loop.fs_unlink` to clean temp file. * Add little description for `create_tmp_filepath`

## Reproduction 1. Enable indentation in org_mode (default) or set `org_indent_mode` to `indent` 2. Create at least two levels of headlines and add a src block (see example below) 3....

Hi there, at the moment in order to change border configuration user has to provide all of the other required keys in table returned from `float_opts`. It would be better...

Dimming main buffer when you're editing the code block in FeMaco will really help to focus on the code. Something similar to what's called "overlay" in [this plugin](https://github.com/woosaaahh/sj.nvim/blob/17d1849b0a15dab506e820d890da8ba7fd704947/lua/sj.lua#L136).

First of all thanks for this plugin, is a great idea. My problem: when I edit a code block with `require('femaco.edit').edit_code_block()` [1] the floating buffer recognizes the filetype (syntax highlighting...

Hi @AckslD, Really cool plugin 🚀 . I saw the initial announcement and someone suggested this idea which seemed really cool, but didn't raise an issue for it, so I...