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 Disable folding if the file is less than X lines long. ### Describe the solution you'd like I used to have the following code when I was...

enhancement

Replace all the use of nvim-treesitter APIs with core vim.treesitter APIs. No more nvim-treesitter dependency, just core neovim is enough. This fix makes ufo work without the nvim-treesitter plugin as...

### Feature description Hi there! Is it somehow possible to implement support to apply methods, that was selected in ufo (ts/lsp) simultaneously with marker (to support vim's default `{{{`/`}}}` at...

enhancement

### Feature description Related to #62, I would like it if `zr` would decrease the amount of folding and `zm` would increase the amount of folding. ### Describe the solution...

enhancement

### Feature description Title should be self explanatory. ### Describe the solution you'd like Something more elaborate might be more fitting, but for a quick hack: ```diff diff --git a/lua/ufo/highlight.lua...

enhancement

### Neovim version (nvim -v | head -n1) NVIM v0.9.1 ### Operating system/version BTW I use Arch ### How to reproduce the issue Install with [vim-plug](https://github.com/junegunn/vim-plug): Plug 'kevinhwang91/promise-async' " (dependency)...

enhancement
help wanted

### Neovim version (nvim -v | head -n1) NVIM v0.9.1 ### Operating system/version macOS 13.4 ### How to reproduce the issue When I fold something like ``` opts = {...

bug
help wanted

This adds the [release please github action](https://github.com/google-github-actions/release-please-action) for making release PRs to automate the release process. It automatically calculates the next version based on conventional commit messages which you are...

### Feature description This is less of a request and more of a question, just unsure which place to put this, when my code is formatted (say through null-ls) all...

enhancement

### Feature description To fuck long nested code base. Sample: ![image](https://user-images.githubusercontent.com/17562139/221801159-60f2d4be-7df7-42b2-8202-87e32311b200.png) ### Describe the solution you'd like Prototype: ``` +----------------------------+ tab -> | level1 | level2 | level3_0*| +----------------------------+ |content3_0...

enhancement