Skip to content

Add vimwiki to neovim and change wiki syntax #10

@n-murphy

Description

@n-murphy

Add the following to the init.vim

set nocompatible
filetype plugin on
syntax on
call plug#begin()
Plug 'vimwiki/vimwiki'
call plug#end()
let g:vimwiki_list = [{'path': '/path/to/my/wiki/',
                      \ 'syntax': 'markdown', 'ext': '.md'}]

Metadata

Metadata

Assignees

Labels

ubuntuubuntu specific issue

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions