File: control

package info (click to toggle)
vim-vimwiki 2024.01.24-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 3,688 kB
  • sloc: sh: 313; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,147 bytes parent folder | download
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
30
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.0
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 you to create and navigate links between markdown files,
 manage a diary, and keep a todo list. Vimwiki supports multiple
 markup languages and can be customized to fit your workflow.
 .
 Vimwiki integrates seamlessly with Vim, providing a powerful and
 efficient way to organize and access your notes directly within your
 favorite text editor.
 .
 To ensure proper functionality, make sure you have the following
 settings in your vimrc file:
   set nocompatible
   filetype plugin on
   syntax on