/wiki-ft.vim

Simple Vim filetype plugin for wiki-files

Primary LanguageVim ScriptMIT LicenseMIT

Introduction

This is a simple Vim filetype plugin for .wiki files that adds some syntax highlighting and very simple folding functions. It depends on wiki.vim for proper highlighting of links.

See :h wiki-ft for more information.

Installation

If you use vim-plug, then add the following lines to your vimrc file:

Plug 'lervag/wiki.vim'
Plug 'lervag/wiki-ft.vim'

" If you do not want to use the wiki.vim plugin:
let g:wiki_loaded = 1