diff options
author | dundargoc <gocdundar@gmail.com> | 2024-04-08 10:57:37 +0200 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-04-13 01:18:40 +0200 |
commit | 66220d164a40791a5131d4660e6ffbee431070d5 (patch) | |
tree | 103ee7f69e4672a94bdc860dcb1e1183d7f16da3 /runtime/ftplugin/checkhealth.vim | |
parent | 4f3d018d15d299b66a341bed4d677d7ec03ad44f (diff) | |
download | rneovim-66220d164a40791a5131d4660e6ffbee431070d5.tar.gz rneovim-66220d164a40791a5131d4660e6ffbee431070d5.tar.bz2 rneovim-66220d164a40791a5131d4660e6ffbee431070d5.zip |
revert: "feat(health): fold successful healthchecks #22866"
This reverts commit 4382d2ed564b80944345785d780cf1b19fb23ba8.
The story for this feature was left in an incomplete state. It was never
the intention to unilaterally fold all information, only the ones that
did not contain relevant information. This feature does more harm than
good in its incomplete state.
Diffstat (limited to 'runtime/ftplugin/checkhealth.vim')
-rw-r--r-- | runtime/ftplugin/checkhealth.vim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/ftplugin/checkhealth.vim b/runtime/ftplugin/checkhealth.vim index 4b530e6f7c..62a1970b4a 100644 --- a/runtime/ftplugin/checkhealth.vim +++ b/runtime/ftplugin/checkhealth.vim @@ -9,9 +9,6 @@ endif runtime! ftplugin/help.vim setlocal wrap breakindent linebreak -setlocal foldexpr=getline(v:lnum-1)=~'^=\\{78}$'?'>1':(getline(v:lnum)=~'^=\\{78}'?0:'=') -setlocal foldmethod=expr -setlocal foldtext=v:lua.require('vim.health').foldtext() let &l:iskeyword='!-~,^*,^|,^",192-255' if exists("b:undo_ftplugin") |