All Projects → Jorengarenar → vim-syntaxMarkerFold

Jorengarenar / vim-syntaxMarkerFold

Licence: other
Markers while using syntax fold method

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to vim-syntaxMarkerFold

vim-eightheader
Vim plugin: Easily create custom headlines, foldtext, toc, etc
Stars: ✭ 17 (+6.25%)
Mutual labels:  vim-plugin, folding
vim-iawriter
iAwriter's Focus mode for vim
Stars: ✭ 23 (+43.75%)
Mutual labels:  vim-plugin
vim-high
Vim plugin: All-in-one highlighter, highlight custom pattern like indentation, inactive window, word under the cursor
Stars: ✭ 20 (+25%)
Mutual labels:  vim-plugin
vim-smt2
A VIM plugin that adds support for the SMT-LIB2 format (including Z3's extensions)
Stars: ✭ 35 (+118.75%)
Mutual labels:  vim-plugin
dps-dial.vim
Increment/decrement plugin using denops.vim
Stars: ✭ 21 (+31.25%)
Mutual labels:  vim-plugin
vim-dap
Vim/Neovim debugger plugin providing a terminal interface to the Debug Adapter Protocol
Stars: ✭ 43 (+168.75%)
Mutual labels:  vim-plugin
SimpleSnippets.vim
Simple snippet support for your Vim and Neovim
Stars: ✭ 86 (+437.5%)
Mutual labels:  vim-plugin
easybuffer.vim
easybuffer.vim - vim plugin to quickly switch between buffers
Stars: ✭ 50 (+212.5%)
Mutual labels:  vim-plugin
cake.vim
Utility for CakePHP developers.
Stars: ✭ 35 (+118.75%)
Mutual labels:  vim-plugin
markdown-preview-sync
A quasi real-time vim markdown preview plugin | 第一款基于Java的Vim Markdown预览插件
Stars: ✭ 56 (+250%)
Mutual labels:  vim-plugin
LeaderF-snippet
Intuitive Way to Use Snippet
Stars: ✭ 38 (+137.5%)
Mutual labels:  vim-plugin
fzf-checkout.vim
Manage branches and tags with fzf
Stars: ✭ 187 (+1068.75%)
Mutual labels:  vim-plugin
cmp-rg
ripgrep source for nvim-cmp
Stars: ✭ 165 (+931.25%)
Mutual labels:  vim-plugin
clojure.vim
Clojure syntax highlighting for Vim and Neovim.
Stars: ✭ 23 (+43.75%)
Mutual labels:  vim-plugin
minimal gdb
🐛 Lightweight vim -> gdb broker which uses .gdbinit gdb config file to export breakpoints
Stars: ✭ 16 (+0%)
Mutual labels:  vim-plugin
origami.el
A folding minor mode for Emacs
Stars: ✭ 22 (+37.5%)
Mutual labels:  folding
nan vimrc
A Vim configuration for SSH client to edit on a remote Linux host.
Stars: ✭ 15 (-6.25%)
Mutual labels:  vim-plugin
completor-swift
Swift code completion for completor.vim
Stars: ✭ 15 (-6.25%)
Mutual labels:  vim-plugin
gtd.vim
Getting things done with Vim
Stars: ✭ 42 (+162.5%)
Mutual labels:  vim-plugin
seqfold
minimalistic nucleic acid folding
Stars: ✭ 39 (+143.75%)
Mutual labels:  folding

syntaxMarkerFold

Emulates marker folds while using syntax foldmethod

Installation

minPlug:

MinPlug Jorengarenar/vim-syntaxMarkerFold

vim-plug:

Plug 'Jorengarenar/vim-syntaxMarkerFold'

Vim's packages

cd ~/.vim/pack/plugins/start
git clone git://github.com/Jorengarenar/vim-syntaxMarkerFold.git

Usage

You only need to install this plugin and have foldmethod set to syntax. Markers should behave the way described in :h fold-marker (except zf and zd mappings).

Configuration

By default the max level of leveled marker (i.e. {{{1, {{{2, ...) is limited to 5. If you wish to increase it, set g:syntaxMarkerFold_maxlevel to desired value (local to buffer b:syntaxMarkerFold_maxlevel is also available).

Matching pairs markers are independent from this variable.

Minimal vimrc setup

filetype plugin on  " must be before `syntax enable`
syntax enable
set foldmethod=syntax
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].