Skip to content

Commit 04f30fd

Browse files
committed
docs: Update README
1 parent fdd913f commit 04f30fd

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

README.md

-23
Original file line numberDiff line numberDiff line change
@@ -233,29 +233,6 @@ If `process_comment_signs = 'spaces'` is set, the output will be
233233

234234
### Setup for particular filetype
235235

236-
> :warning: **WARNING**: This functionality is available only in the
237-
> [nightly](https://github.com/anuvyklack/pretty-fold.nvim/tree/nightly)
238-
> branch.
239-
>
240-
> Due to the `foldtext` is a local to window option and for this functionality
241-
> we need it to work as local to buffer option, we have to set desired value
242-
> every time buffer in the window changed.
243-
>
244-
> For this the plugin need to set an autocommand. My research shown that only
245-
> the latest autocommands Lua API suites for this, but it available only in the
246-
> **Neovim 0.7-nightly**. When it will be released the nightly branch will
247-
> become default.
248-
>
249-
> To install the pretty-fold nightly branch with
250-
> [packer](https://github.com/wbthomason/packer.nvim) use next snippet:
251-
>
252-
> ```lua
253-
> use{ 'anuvyklack/pretty-fold.nvim',
254-
> branch = 'nightly',
255-
> ...
256-
> }
257-
> ```
258-
259236
This plugin provides two setup functions.
260237

261238
1) The first one setup configuration which will be used for all filetypes for

0 commit comments

Comments
 (0)