Questions tagged [plugin-vimwiki]
Questions about the Vimwiki plugin which allows a personal wiki to be created within vim. The wiki content comes from interlinked text files written in a wiki syntax.
51 questions
0 votes
0 answers
20 views
Please help me setting up Vimwiki with neovim such that I experience minimal swap file problems
Using vimwiki via neovim, I might modify something and then close the window without me having explicitly saved my modifications! (:w). The solution is is not: avoid that mistake - because I make that ...
1 vote
1 answer
39 views
Conflicting <CR> with vimwiki and coc.nvim
So I have two mappings on <CR> clashing: vimiwiki and coc.nvim. Is there a way to resolve this? i <CR> *@pumvisible() ? '<CR>' : '<C-]><Esc>:VimwikiReturn 1 5<...
0 votes
2 answers
165 views
Syntax highlighting not working in VimWiki
Help With VimWiki Vimwiki Code Block Syntax Highlighting in HTML Not Working Properly Issue: I'm trying to enable syntax highlighting for code blocks in Vimwiki's HTML export. In Vim, both Python and ...
0 votes
1 answer
139 views
How to fix vimwiki auto hiding things when the cursor is not at that line?
I am new to Vim/Neovim and I'm facing a problem. I need a very simple setup of vimwiki where I can link mathematica .m files together. No other bells and whistles required right now. I have everything ...
0 votes
1 answer
286 views
vimwiki: Links to files and URLs no longer work
Using Vim 9.1 32-bit on Windows 11, with Vimwiki 2.5. I'm not sure what I might have done to cause this, but Vimwiki links to files and URLs no longer work. Examples: https://usbank.com [[file:...
0 votes
1 answer
40 views
Convert vimwiki_diary_months to lua
How do you set g.vimwiki_diary_months in lua? According to :h g.vimwiki_diary_months: *g:vimwiki_diary_months* It is a |Dictionary| with the numbers of months and corresponding names. Diary uses it. ...
0 votes
1 answer
163 views
Generate tag links of search pattern in Vimwiki
Question How to use :VimwikiGenerateTagLink with a search pattern? Explanation The Vimwiki command :VimwikiGenerateTagLinks produces the list of tags and links of your wiki. Without arguments, it ...
1 vote
1 answer
220 views
Highlight link description in vimwiki
I'm trying to customize the colorscheme One for Markdown under Vimwiki. I'd like to change the color of the Description in [Description](URL). In my .vimrc I have the following relevant lines: call ...
1 vote
1 answer
194 views
Disable syntax expansion on cursor hover
I use Neovim with Vimwiki for a personal wiki of mine. I frequently use its syntax for changing typeface; for example _ _ for italic and * * for bold. The syntax is expanded when the cursor is on a ...
0 votes
1 answer
5k views
Configuring vimwiki in neovim
I am struggling with the basic configuration for vimwiki in neovim. I cannot get it to use my configuration. For import I am using lazy.nvim. This is the concerning lazy-section: {"vimwiki/...
0 votes
1 answer
198 views
Vimwiki bullet point wrapping creates a new line
When I use vimwiki and I write past the text width, the bullet point will wrap. This is what I expect. However, the wrap will be a new line: 1. something to say ..... a second line wrapped after ...
0 votes
1 answer
2k views
VimWiki - How to create a link to a code file, and open that file with vim
I am new to VimWiki. I am currently taking my class notes with VimWiki, and love the organization it provides.However I want to link my SQL & c code from class to one of my classes index's, but ...
3 votes
1 answer
352 views
Vimwiki overriding normal md highlighting
I love the concept of Vimwiki, but have a problem with it overriding the default md syntax highlighting. The default works well, and I use it regularly to edit md documents to be used with pandoc. ...
1 vote
0 answers
301 views
How do I modify a region's color in a fold?
I'm using the vimwiki plugin. I can successfully change the header colors with something like this: hi VimwikiHeader1 ctermfg=black hi VimwikiHeader2 ctermfg=darkblue hi VimwikiHeader3 ctermfg=cyan hi ...
3 votes
0 answers
176 views
Remove one level of all Vimwiki headers in a selection
In Vimwiki, a header level can be decreased, by pressing -. Is there a native Vimwiki command to remove a level from all headers within a visual selection? Keep in mind that Vimwiki supports a number ...