-
Currently Markdown syntax groups are straightly named to HTML groups, e.g. `htmlH1` instead of `markdownH1`.
But in some themes like [onedark](https://github.com/joshdick/onedark.vim), [vim-one](ht…
-
Loading `syntax/json.vim` currently loads `ftplugin/json.vim`, which sets `conceallevel`. This is IMHO bad practise. For instance, if you load nested syntax in Markdown, LaTeX or similar, it should no…
-
### Describe the bug
Context: I need `---` on the top and bottom of my markdown-embedded YAML
Situations:
## No starting `---`, but ending `---` exists and touches last line of YAML:
![image…
-
Observed behavior:
```
$ vim scp://me@computer//path/to/README.md
p
Please install the necessary requirements: https://github.com/JamshedVesuna/vim-markdown-preview#requirements
$ scp me@comput…
-
### Describe the bug
While using the indentation module, to fix the comment indentation problem mentioned in #3830, other indentation then breaks. I've seen a few other similar issue, but haven't f…
-
**Describe the bug**
I am getting Error when I try to install markdown-preview plugin for neovim v0.7.0
**To Reproduce**
used this to install the plug using vim plugin
```sh
Plug 'iamcco/…
-
So using the option `let vim_markdown_preview_temp_file=1` causes a "Your file was not found" in the browser.
Obviously the file was deleted a bit too soon. This may be due to my configuration. Here …
-
I have set `let g:vim_markdown_auto_insert_bullets=1` but pressing `enter` or `o/O` has no effect.
Are there general vim setting dependencies for `g:vim_markdown_auto_insert_bullets` or did anybod…
-
Attempting to open splice with less than four input files results in the following traceback:
``` python
"README.markdown" 18L, 672C
Error detected while processing function splice#SpliceInit:
line …
-
Hi,
Rust-tools does not start automatically rust-analyser with the config in setup on my Linux laptop.
To have rust-analyser and rust-tools working properly on my Linux I have to run `RustStartStand…