apple / pkl-neovim

Pkl language support for Neovim
https://pkl-lang.org/neovim/current/index.html
Apache License 2.0
144 stars 14 forks source link

Remove foldmethod line #8

Closed bioball closed 8 months ago

bioball commented 8 months ago

This removes foldmethod, allowing the fold method to fall back to a user-defined setting.

Setting foldmethod=expr has the unwanted side-effect of auto-folding all folding zones when opening a Pkl file.

Closes #4