@@ -11,31 +11,33 @@ Below is a categorized (incomplete) list of available plugins.
11
11
Using any of these plugins with this one will likely lead to undesired behavior as
12
12
different functionality will clash.
13
13
14
- - [ headlines.nvim] ( https://github.com/lukas-reineke/headlines.nvim ) - Same high
15
- level idea and starting point of this plugin, but with different feature sets
16
- - [ obsidian.nvim] ( https://github.com/epwalsh/obsidian.nvim ) - While this plugin
14
+ - [ lukas-reineke/ headlines.nvim] ( https://github.com/lukas-reineke/headlines.nvim )
15
+ Same high level idea and starting point of this plugin, different feature sets
16
+ - [ epwalsh/ obsidian.nvim] ( https://github.com/epwalsh/obsidian.nvim ) While this plugin
17
17
has many more ` obsidian ` related features it also provides a UI enabled by
18
18
default that clashes with this plugin
19
- - [ markview.nvim] ( https://github.com/OXY2DEV/markview.nvim ) - An offshoot of this
20
- plugin with different style choices
19
+ - [ OXY2DEV/ markview.nvim] ( https://github.com/OXY2DEV/markview.nvim ) An offshoot of
20
+ this plugin with different style choices
21
21
22
22
## Render in Browser
23
23
24
24
These can be used as a second pass to get a real preview of the ` markdown ` file.
25
25
Since they do not interact with the buffer directly there should be no issues.
26
26
27
- - [ markdown-preview.nvim] ( https://github.com/iamcco/markdown-preview.nvim )
28
- - [ vim-markdown-composer] ( https://github.com/euclio/vim-markdown-composer )
27
+ - [ iamcco/ markdown-preview.nvim] ( https://github.com/iamcco/markdown-preview.nvim )
28
+ - [ euclio/ vim-markdown-composer] ( https://github.com/euclio/vim-markdown-composer )
29
29
30
30
## Orthogonal
31
31
32
32
These plugins handle functions completely separate from rendering and should also
33
33
have no issues running alongside this plugin.
34
34
35
35
- Any LSP which provides standard LSP capabilities, such as:
36
- - [ marksman] ( https://github.com/artempyanykh/marksman ) - General completion,
37
- definition, and reference functionality
38
- - [ markdown-oxide] ( https://github.com/Feel-ix-343/markdown-oxide ) - Adds Obsidian
36
+ - [ marksman] ( https://github.com/artempyanykh/marksman ) General completion, definition ,
37
+ and reference functionality
38
+ - [ markdown-oxide] ( https://github.com/Feel-ix-343/markdown-oxide ) Adds Obsidian
39
39
PKM features to LSP
40
- - [ markdown.nvim] ( https://github.com/tadmccorkle/markdown.nvim ) - Adds ` markdown `
41
- specific keybindings for interacting with ` markdown ` files
40
+ - [ tadmccorkle/markdown.nvim] ( https://github.com/tadmccorkle/markdown.nvim ) Adds
41
+ keybindings and commands for interacting with ` markdown `
42
+ - [ preservim/vim-markdown] ( https://github.com/preservim/vim-markdown ) Adds synatx
43
+ highlighting and keybindings for interacting with ` markdown `
0 commit comments