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:
TornaxO7 2022-09-04 01:25:25 +02:00 committed by GitHub
parent 38bb8fabfc
commit c1571cd572
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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