mirror of
https://github.com/rockerBOO/awesome-neovim
synced 2024-11-10 05:34:13 +00:00
Add potamides/pantran.nvim
; Renaming section (#536)
Adding `pantran.nvim`; Renaming section - Adding the translator plugin `pantran.nvim` - Renaming `Spellcheck` to `Language` for language-dependent stuff
This commit is contained in:
parent
38bb8fabfc
commit
c1571cd572
1 changed files with 3 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
|||
- [Utility](#utility)
|
||||
- [Icon](#icon)
|
||||
- [Debugging](#debugging)
|
||||
- [Spellcheck](#spellcheck)
|
||||
- [Language](#language)
|
||||
- [Neovim Lua Development](#neovim-lua-development)
|
||||
- [Fennel](#fennel)
|
||||
- [Tabline](#tabline)
|
||||
|
@ -431,9 +431,10 @@ These colorschemes may not specialize in Tree-sitter directly but are written in
|
|||
- [ofirgall/goto-breakpoints.nvim](https://github.com/ofirgall/goto-breakpoints.nvim) - Cycle between breakpoints for nvim-dap.
|
||||
- [andrewferrier/debugprint.nvim](https://github.com/andrewferrier/debugprint.nvim) - Debugging in Neovim the print() way.
|
||||
|
||||
### Spellcheck
|
||||
### Language
|
||||
|
||||
- [lewis6991/spellsitter.nvim](https://github.com/lewis6991/spellsitter.nvim) - Enable Neovim's spell checker with tree-sitter.
|
||||
- [potamides/pantran.nvim](https://github.com/potamides/pantran.nvim) - Translate your text with an interactive translation window.
|
||||
|
||||
### Neovim Lua Development
|
||||
|
||||
|
|
Loading…
Reference in a new issue