1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: vim-vimwiki
Section: editors
Priority: optional
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Uploaders: Kirill Rekhov <krekhov.dev@gmail.com>
Build-Depends: debhelper-compat (= 13), dh-sequence-vim-addon
Homepage: https://vimwiki.github.io
Vcs-Git: https://salsa.debian.org/vim-team/vim-vimwiki.git
Vcs-Browser: https://salsa.debian.org/vim-team/vim-vimwiki
Standards-Version: 4.7.2
Rules-Requires-Root: no
Package: vim-vimwiki
Architecture: all
Depends: ${misc:Depends}, ${vim-addon:Depends}
Description: Vim plugin for personal Wiki
VimWiki is a personal wiki for Vim tool to manage notes and knowledge. It
allows creating and navigating links between markdown files, managing a diary,
and keeping a todo list. VimWiki supports multiple markup languages and can be
customized to fit any workflow.
.
VimWiki integrates seamlessly with Vim, providing a powerful and efficient way
to organize and access notes directly within the favorite text editor.
.
To ensure proper functionality, make sure the following settings are in your
vimrc file:
set nocompatible
filetype plugin on
syntax on
|