File tree Expand file tree Collapse file tree 2 files changed +1
-31
lines changed Expand file tree Collapse file tree 2 files changed +1
-31
lines changed Original file line number Diff line number Diff line change 22
33Plugin to improve viewing Markdown files in Neovim
44
5- > [ !NOTE]
6- >
7- > Repo has been renamed from ` markdown.nvim ` to make things more consistent.
8- >
9- > Github will redirect all requests so nothing should break for most users.
10- >
11- > For ` lazy.nvim ` & ` tokyonight.nvim ` users changing the plugin name will remove
12- > custom highlights until the following is merged [ #620 ] ( https://github.com/folke/tokyonight.nvim/pull/620 ) .
13- >
14- > In the meantime you can fix this by adding the following to your config:
15- >
16- > ``` lua
17- > require (' tokyonight' ).setup ({
18- > plugins = { markdown = true },
19- > })
20- > ` ` `
21-
225<!-- panvimdoc-ignore-start -->
236
247| | |
Original file line number Diff line number Diff line change 1- *render-markdown.txt* For 0.10.0 Last change: 2024 August 29
1+ *render-markdown.txt* For 0.10.0 Last change: 2024 August 31
22
33==============================================================================
44Table of Contents *render-markdown-table-of-contents*
@@ -36,19 +36,6 @@ Table of Contents *render-markdown-table-of-contents*
3636Plugin to improve viewing Markdown files in Neovim
3737
3838
39- [!NOTE]
40- Repo has been renamed from `markdown.nvim` to make things more consistent.
41- Github will redirect all requests so nothing should break for most users.
42- For `lazy.nvim` & `tokyonight.nvim` users changing the plugin name will remove
43- custom highlights until the following is merged #620
44- <https://github.com/folke/tokyonight.nvim/pull/620 >.
45- In the meantime you can fix this by adding the following to your config:
46- >lua
47- require('tokyonight' ).setup({
48- plugins = { markdown = true },
49- })
50- <
51-
5239==============================================================================
53402. Features *render-markdown-features*
5441
You can’t perform that action at this time.
0 commit comments