File tree 1 file changed +0
-23
lines changed
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -233,29 +233,6 @@ If `process_comment_signs = 'spaces'` is set, the output will be
233
233
234
234
### Setup for particular filetype
235
235
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
-
259
236
This plugin provides two setup functions.
260
237
261
238
1 ) The first one setup configuration which will be used for all filetypes for
You can’t perform that action at this time.
0 commit comments