Skip to content

Commit 16aa223

Browse files
chore: remove repo rename note
## Details Rename has been propagated to all major places as far as I can tell. At this point the note does not have any value.
1 parent bc8213d commit 16aa223

File tree

2 files changed

+1
-31
lines changed

2 files changed

+1
-31
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,6 @@
22

33
Plugin 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
| | |

doc/render-markdown.txt

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
==============================================================================
44
Table of Contents *render-markdown-table-of-contents*
@@ -36,19 +36,6 @@ Table of Contents *render-markdown-table-of-contents*
3636
Plugin 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
==============================================================================
5340
2. Features *render-markdown-features*
5441

0 commit comments

Comments
 (0)