Skip to content

kalekundert/vim-nestedtext

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

NestedText plugin for Vim

vim-nestedtext is a vim plugin that provides syntax highlighting and a handful of sensible settings for the NestedText 3.0 file format.

Installation

This plugin is compatible with both vim and neovim, and can be installed using any of the plugin management systems out there:

pathogen

Clone this repository into your .vim/bundle directory:

cd ~/.vim/bundle
git clone git://github.com/kalekundert/vim-nestedtext.git

vim-plug

Put the following line(s) in the call plug#begin() section of your .vimrc file:

Plug 'kalekundert/vim-nestedtext'
Plug 'Konfekt/FastFold'

Vim8 native plugins

Clone the repository into .vim/pack/*/start:

mkdir -p ~/.vim/pack/git-plugins/start
cd ~/.vim/pack/git-plugins/start
git clone git://github.com/kalekundert/vim-nestedtext.git

Note that you can name the directories in .vim/pack/ whatever you like, so the git-plugins name in the snippet above is just an example.

Features

  • Syntax highlighting
  • Show trailing whitespace
  • Indent-based folding: enable with let g:nestedtext_folding = 1 in your vimrc

Feedback

Please feel free to create an issue or a pull request if you have any trouble with this plugin.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published