-
### Did you check docs and existing issues?
- [X] I have read all the noice.nvim docs
- [X] I have updated the plugin to the latest version before submitting this issue
- [X] I have searched the exis…
-
Is there currently a way to configure TaskWiki such that it would track tasks in files outside of VimWiki? Especially since TaskWiki can handle markdown syntax, it would be awesome to decouple TaskWik…
-
I am trying to use this plugin to conceal "- [ ] " in markdown with "" or an empty checkbox.
I also want to replace checked checkbox too.
So far I have:
```lua
local conceal = require 'conceal'
…
5iddy updated
3 months ago
-
### Neovim version (nvim -v | head -n1)
NVIM v0.10.0
### Operating system/version
macOS M1
### How to reproduce the issue
`cat mini.lua`
```lua
-- Use Vim packages install the plugin, also work…
-
- Vim bootstrap version(number in first line): No version given
- Operating system: MacOS Catalina
- Vim/Nvim version: VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Sep 21 2020 04:03:24)
- Languages…
-
Currently, both _on buffer write_ and image rendering are captured in the same option, `vim_markdown_preview_toggle`. This should be split into two separate options:
`vim_markdown_preview_image` and …
-
```vim
set number
set title
set ambiwidth=double
set tabstop=2
set expandtab
set smartindent
set list
set listchars=tab:»-,trail:-,eol:↲,extends:»,precedes:«,nb…
-
### Describe the bug
The indentation of generic function call is not correct.
### To Reproduce
1. Create a index.ts file with the following content:
```typescript
function applyF(arg: T, f:…
-
```
let g:vim_markdown_folding_level = 6
let g:vim_markdown_override_foldtext = 0
```
With the settings above, I cannot figure out how to keep everything in markdown texts unfolded by default.
…
-
I would like to use vim-pandoc (and vim-pandoc-syntax) on markdown files but not R-markdown files. I have tried the below options based on the help page "vim-pandoc-filetypes" and in all cases vim-pan…