https://github.com/vimwiki/testwikis
test wikis for vimwiki developement
https://github.com/vimwiki/testwikis
Last synced: 8 months ago
JSON representation
test wikis for vimwiki developement
- Host: GitHub
- URL: https://github.com/vimwiki/testwikis
- Owner: vimwiki
- License: mit
- Created: 2019-03-21T22:27:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T11:16:31.000Z (almost 6 years ago)
- Last Synced: 2024-12-26T18:13:56.498Z (about 1 year ago)
- Size: 6.84 KB
- Stars: 3
- Watchers: 7
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vimwiki Test Wikis
This repository contains sample wikis for testing and development purposes.
## Minimal vimrc
A minimal `vimrc` is also available which contains basic setup for 3 wikis, one
for each Vimwiki syntax. To use, update the paths, add any settings needed for
testing and then invoke vim with: `vim -u minimal_vimrc`.
Use `git update-index --skip-worktree minimal_vimrc` to tell git to ignore any
local changes to the minimal vimrc. To revert this change run
`git update-index --no-skip-worktree minimal_vimrc`