Skip to content

Add vimwiki to neovim and change wiki syntax #10

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'}]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

ubuntuubuntu specific issue

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions