📚 docs(nvim): added some new plugins and supported languages/technologies

This commit is contained in:
Sergio Laín 2023-12-24 17:12:29 +01:00
parent aca9d3a22d
commit f479888fbe
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -27,6 +27,16 @@
# :herb: <samp>About</samp> # :herb: <samp>About</samp>
<!--toc:start-->
- [Plugins](#plugins)
- [Programming Language/Technology Support](#programming-languagetechnology-support)
- [Language Servers](#language-servers)
- [Linters](#linters)
- [Formatters](#formatters)
<!--toc:end-->
### Plugins ### Plugins
<details> <details>
@ -161,6 +171,7 @@
- [ckolkey/ts-node-action](https://dotfyle.com/plugins/ckolkey/ts-node-action) - [ckolkey/ts-node-action](https://dotfyle.com/plugins/ckolkey/ts-node-action)
- [debugloop/telescope-undo.nvim](https://dotfyle.com/plugins/debugloop/telescope-undo.nvim) - [debugloop/telescope-undo.nvim](https://dotfyle.com/plugins/debugloop/telescope-undo.nvim)
- [echasnovski/mini.pairs](https://dotfyle.com/plugins/echasnovski/mini.pairs) - [echasnovski/mini.pairs](https://dotfyle.com/plugins/echasnovski/mini.pairs)
- [smoka7/multicursors.nvim](https://github.com/smoka7/multicursors.nvim)
- [nvim-treesitter/nvim-treesitter-context](https://dotfyle.com/plugins/nvim-treesitter/nvim-treesitter-context) - [nvim-treesitter/nvim-treesitter-context](https://dotfyle.com/plugins/nvim-treesitter/nvim-treesitter-context)
- [folke/zen-mode.nvim](https://dotfyle.com/plugins/folke/zen-mode.nvim) - [folke/zen-mode.nvim](https://dotfyle.com/plugins/folke/zen-mode.nvim)
- [shortcuts/no-neck-pain.nvim](https://dotfyle.com/plugins/shortcuts/no-neck-pain.nvim) - [shortcuts/no-neck-pain.nvim](https://dotfyle.com/plugins/shortcuts/no-neck-pain.nvim)
@ -254,9 +265,11 @@
<summary><b>📜 LSP</b></summary> <summary><b>📜 LSP</b></summary>
- [simrat39/symbols-outline.nvim](https://dotfyle.com/plugins/simrat39/symbols-outline.nvim) - [simrat39/symbols-outline.nvim](https://dotfyle.com/plugins/simrat39/symbols-outline.nvim)
- [antosha417/nvim-lsp-file-operations](https://github.com/antosha417/nvim-lsp-file-operations)
- [Wansmer/symbol-usage.nvim](https://dotfyle.com/plugins/Wansmer/symbol-usage.nvim) - [Wansmer/symbol-usage.nvim](https://dotfyle.com/plugins/Wansmer/symbol-usage.nvim)
- [aznhe21/actions-preview.nvim](https://dotfyle.com/plugins/aznhe21/actions-preview.nvim) - [aznhe21/actions-preview.nvim](https://dotfyle.com/plugins/aznhe21/actions-preview.nvim)
- [smjonas/inc-rename.nvim](https://dotfyle.com/plugins/smjonas/inc-rename.nvim) - [smjonas/inc-rename.nvim](https://dotfyle.com/plugins/smjonas/inc-rename.nvim)
- [ThePrimeagen/refactoring.nvim](https://github.com/ThePrimeagen/refactoring.nvim)
- [MaximilianLloyd/tw-values.nvim](https://dotfyle.com/plugins/MaximilianLloyd/tw-values.nvim) - [MaximilianLloyd/tw-values.nvim](https://dotfyle.com/plugins/MaximilianLloyd/tw-values.nvim)
- [nvimtools/none-ls.nvim](https://dotfyle.com/plugins/nvimtools/none-ls.nvim) - [nvimtools/none-ls.nvim](https://dotfyle.com/plugins/nvimtools/none-ls.nvim)
- [neovim/nvim-lspconfig](https://dotfyle.com/plugins/neovim/nvim-lspconfig) - [neovim/nvim-lspconfig](https://dotfyle.com/plugins/neovim/nvim-lspconfig)
@ -417,6 +430,17 @@
<summary><b>🧪 Test</b></summary> <summary><b>🧪 Test</b></summary>
- [nvim-neotest/neotest](https://dotfyle.com/plugins/nvim-neotest/neotest) - [nvim-neotest/neotest](https://dotfyle.com/plugins/nvim-neotest/neotest)
- [haydenmeade/neotest-jest](https://github.com/nvim-neotest/neotest-jest)
- [adrigzr/neotest-mocha](https://github.com/adrigzr/neotest-mocha)
- [marilari88/neotest-vitest](https://github.com/marilari88/neotest-vitest)
- [rcasia/neotest-bash](https://github.com/rcasia/neotest-bash)
- [mrcjkb/neotest-haskell](https://github.com/mrcjkb/neotest-haskell)
- [Issafalcon/neotest-dotnet](https://github.com/Issafalcon/neotest-dotnet)
- [jfpedroza/neotest-elixir](https://github.com/jfpedroza/neotest-elixir)
- [nvim-neotest/neotest-go](https://github.com/nvim-neotest/neotest-go)
- [nvim-neotest/neotest-python](https://github.com/nvim-neotest/neotest-python)
- [olimorris/neotest-rspec](https://github.com/olimorris/neotest-rspec)
- [rouge8/neotest-rust](https://github.com/rouge8/neotest-rust)
</details> </details>
@ -424,6 +448,7 @@
<summary><b>🔧 Utility</b></summary> <summary><b>🔧 Utility</b></summary>
- [zbirenbaum/neodim](https://dotfyle.com/plugins/zbirenbaum/neodim) - [zbirenbaum/neodim](https://dotfyle.com/plugins/zbirenbaum/neodim)
- [backdround/tabscope](https://dotfyle.com/plugins/backdround/tabscope.nvim)
- [echasnovski/mini.animate](https://dotfyle.com/plugins/echasnovski/mini.animate) - [echasnovski/mini.animate](https://dotfyle.com/plugins/echasnovski/mini.animate)
- [folke/noice.nvim](https://dotfyle.com/plugins/folke/noice.nvim) - [folke/noice.nvim](https://dotfyle.com/plugins/folke/noice.nvim)
- [rcarriga/nvim-notify](https://dotfyle.com/plugins/rcarriga/nvim-notify) - [rcarriga/nvim-notify](https://dotfyle.com/plugins/rcarriga/nvim-notify)
@ -446,6 +471,46 @@
</details> </details>
### Programming Language/Technology Support
- ansible
- angular
- astro
- bash
- c
- cmake
- cpp
- docker
- elixir
- fish
- go
- graphql
- haskell
- htmx
- html
- java
- javascript
- json
- julia
- lua
- markdown
- nix
- omnisharp
- php
- python
- react
- ruby
- rust
- svelte
- sql
- terraform
- tex
- toml
- typescript
- vue
- xml
- yaml
### Language Servers ### Language Servers
- ansible - ansible