mirror of
https://github.com/chengwei920412/awesome-neovim-vim
synced 2024-11-15 12:12:50 +00:00
Add auto-pandoc.nvim, follow-md-links.nvim, kitty-runner.nvim, mkdir.nvim (#112)
This commit is contained in:
parent
ba4db3bdb6
commit
a6966d9a4e
@ -144,6 +144,9 @@ Neovim supports a wide variety of UI's.
|
|||||||
|
|
||||||
- [npxbr/glow.nvim](https://github.com/npxbr/glow.nvim) - Markdown preview using glow.
|
- [npxbr/glow.nvim](https://github.com/npxbr/glow.nvim) - Markdown preview using glow.
|
||||||
- [davidgranstrom/nvim-markdown-preview](https://github.com/davidgranstrom/nvim-markdown-preview) - Markdown preview in the browser using pandoc and live-server through Neovim's job-control API.
|
- [davidgranstrom/nvim-markdown-preview](https://github.com/davidgranstrom/nvim-markdown-preview) - Markdown preview in the browser using pandoc and live-server through Neovim's job-control API.
|
||||||
|
- [jghauser/auto-pandoc.nvim](https://github.com/jghauser/auto-pandoc.nvim) - Easy pandoc conversion leveraging yaml blocks.
|
||||||
|
- [jghauser/follow-md-links.nvim](https://github.com/jghauser/follow-md-links.nvim) - Press enter to follow internal markdown links.
|
||||||
|
|
||||||
|
|
||||||
### Syntax
|
### Syntax
|
||||||
|
|
||||||
@ -158,6 +161,7 @@ Neovim supports a wide variety of UI's.
|
|||||||
- [numToStr/FTerm.nvim](https://github.com/numToStr/FTerm.nvim) - No nonsense floating terminal written in Lua.
|
- [numToStr/FTerm.nvim](https://github.com/numToStr/FTerm.nvim) - No nonsense floating terminal written in Lua.
|
||||||
- [oberblastmeister/termwrapper.nvim](https://github.com/oberblastmeister/termwrapper.nvim) - Wrapper for neovim's terminal features to make them more user friendly.
|
- [oberblastmeister/termwrapper.nvim](https://github.com/oberblastmeister/termwrapper.nvim) - Wrapper for neovim's terminal features to make them more user friendly.
|
||||||
- [pianocomposer321/consolation.nvim](https://github.com/pianocomposer321/consolation.nvim) - A general-purpose terminal wrapper and management plugin for neovim, written in lua.
|
- [pianocomposer321/consolation.nvim](https://github.com/pianocomposer321/consolation.nvim) - A general-purpose terminal wrapper and management plugin for neovim, written in lua.
|
||||||
|
- [jghauser/kitty-runner.nvim](https://github.com/jghauser/kitty-runner.nvim) - Poor man's REPL. Easily send buffer lines and commands to a kitty terminal.
|
||||||
|
|
||||||
### Snippets
|
### Snippets
|
||||||
|
|
||||||
@ -244,6 +248,7 @@ Treesitter is a new system coming in Neovim 0.5 that incrementally parses your c
|
|||||||
|
|
||||||
- [famiu/nvim-reload](https://github.com/famiu/nvim-reload) - Easily reload your Neovim config.
|
- [famiu/nvim-reload](https://github.com/famiu/nvim-reload) - Easily reload your Neovim config.
|
||||||
- [famiu/bufdelete.nvim](https://github.com/famiu/bufdelete.nvim) - Delete Neovim buffers without losing your window layout.
|
- [famiu/bufdelete.nvim](https://github.com/famiu/bufdelete.nvim) - Delete Neovim buffers without losing your window layout.
|
||||||
|
- [jghauser/mkdir.nvim](https://github.com/jghauser/mkdir.nvim) - Automatically create missing directories when saving files.
|
||||||
|
|
||||||
### Icons
|
### Icons
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user