nvim-ufo icon indicating copy to clipboard operation
nvim-ufo copied to clipboard

Not UFO in the sky, but an ultra fold in Neovim.

Results 29 nvim-ufo issues
Sort by recently updated
recently updated
newest added

### Feature description https://github.com/CodeEditApp/CodeEditTextView/issues/43 ### Describe the solution you'd like ~~Use the sign column~~ Use floating window ### Additional context _No response_

enhancement

### Neovim version (nvim -v | head -n1) head ### Operating system/version macOS 12.4 ### How to reproduce the issue When executing `vim.lsp.buf.format()` the high-level folds are broken i.e. the...

bug

Currently my line looks like this and I would like it to be seen as yours ![screen-1655388054](https://user-images.githubusercontent.com/34254373/174087274-e09f18b0-67d6-4596-9893-b15e723346d0.png)

### Feature description Using something like a `disabled` table in the configuration function, one should be able to disable nvim-ufo in certain buffer types. An example of where this is...

enhancement

### Neovim version (nvim -v | head -n1) 0.7 ### Operating system/version Arch Linux ### How to reproduce the issue Pressing `zm` and `zr` ### Expected behavior Close / Open...

bug

### Feature description Sometimes it's too unexpected while typing `zC` and `zO`. ### Describe the solution you'd like Use a selector with a preview based on foldlevel to show the...

enhancement

### Feature description A folded line actually carry an extmark, we can remap `i` and `a` to insert new text to add 'notes' when reviewing the code. And export the...

enhancement

### Feature description Currently, while using this plugin, you can't use the fold markers you created previously. I'd like to have the possibility to use Vim's basic fold method, the...

enhancement

### Neovim version (nvim -v | head -n1) 0.8.0-dev ### Operating system/version archlinux ### How to reproduce the issue 1. Install the plugin, including the minimal configuration, with coc-nvim 2....

bug
enhancement
help wanted

### Neovim version (nvim -v | head -n1) NVIM 7.0 ### Operating system/version macOS ### How to reproduce the issue https://user-images.githubusercontent.com/92093874/184601497-9371e74b-d89e-45a5-8d32-dd212aa0aec3.mov ### Expected behavior Does not open fold. ### Actual...

enhancement