This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Org.vim[Fn0] extension to make folding closer to Org mode in GNU Emacs by | |
" defining the "Tab" and "Shift-Tab" key bindings. | |
" | |
" Path: ~/.vim/after/ftplugin/org.vim or ~/.config/nvim/after/ftplugin/org.vim | |
" Author: Alex Vear | |
" Legal: No rights reserved. Public domain. | |
" Fn0: <https://github.com/axvr/org.vim> | |
let b:org_clean_folds = 1 |