Skip to content

Commit

Permalink
replace null-ls for none-ls on core_plugins description
Browse files Browse the repository at this point in the history
  • Loading branch information
henrique-marques-vsoft committed Apr 9, 2024
1 parent 5ae7ebf commit 29304ac
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/features/core-plugins-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar_position: 1
| <a href='https://github.com/folke/lazy.nvim'>folke/lazy.nvim</a> | A modern plugin manager for Neovim | |
| <a href='https://github.com/neovim/nvim-lspconfig'>neovim/nvim-lspconfig</a> | Quickstart configurations for the Nvim LSP client | |
| <a href='https://github.com/tamago324/nlsp-settings.nvim'>tamago324/nlsp-settings.nvim</a> | A plugin for setting Neovim LSP with JSON or YAML files | |
| <a href='https://github.com/jose-elias-alvarez/null-ls.nvim'>jose-elias-alvarez/null-ls.nvim</a> | Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua. | |
| <a href='https://github.com/nvimtools/none-ls.nvim/'>nvimtools/none-ls.nvim</a> | Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua. | |
| <a href='https://github.com/williamboman/mason-lspconfig.nvim'>williamboman/mason-lspconfig.nvim</a> | Extension to mason.nvim that makes it easier to use lspconfig with mason.nvim | |
| <a href='https://github.com/williamboman/mason.nvim'>williamboman/mason.nvim</a> | Easily install and manage LSP servers, DAP servers, linters, and formatters | |
| <a href='https://github.com/folke/tokyonight.nvim'>folke/tokyonight.nvim</a> | A clean, dark Neovim theme | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar_position: 1
| <a href='https://github.com/wbthomason/packer.nvim'>wbthomason/packer.nvim</a> | A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies | |
| <a href='https://github.com/neovim/nvim-lspconfig'>neovim/nvim-lspconfig</a> | Quickstart configurations for the Nvim LSP client | |
| <a href='https://github.com/tamago324/nlsp-settings.nvim'>tamago324/nlsp-settings.nvim</a> | A plugin for setting Neovim LSP with JSON or YAML files | |
| <a href='https://github.com/jose-elias-alvarez/null-ls.nvim'>jose-elias-alvarez/null-ls.nvim</a> | Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua. | |
| <a href='https://github.com/nvimtools/none-ls.nvim/'>nvimtools/none-ls.nvim</a> | Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua. | |
| <a href='https://github.com/williamboman/mason-lspconfig.nvim'>williamboman/mason-lspconfig.nvim</a> | Extension to mason.nvim that makes it easier to use lspconfig with mason.nvim | |
| <a href='https://github.com/williamboman/mason.nvim'>williamboman/mason.nvim</a> | Easily install and manage LSP servers, DAP servers, linters, and formatters | |
| <a href='https://github.com/folke/tokyonight.nvim'>folke/tokyonight.nvim</a> | A clean, dark Neovim theme | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar_position: 1
| <a href='https://github.com/wbthomason/packer.nvim'>wbthomason/packer.nvim</a> | A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies | |
| <a href='https://github.com/neovim/nvim-lspconfig'>neovim/nvim-lspconfig</a> | Quickstart configurations for the Nvim LSP client | |
| <a href='https://github.com/tamago324/nlsp-settings.nvim'>tamago324/nlsp-settings.nvim</a> | A plugin for setting Neovim LSP with JSON or YAML files | |
| <a href='https://github.com/jose-elias-alvarez/null-ls.nvim'>jose-elias-alvarez/null-ls.nvim</a> | Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua. | |
| <a href='https://github.com/nvimtools/none-ls.nvim/'>nvimtools/none-ls.nvim</a> | Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua. | |
| <a href='https://github.com/williamboman/mason-lspconfig.nvim'>williamboman/mason-lspconfig.nvim</a> | Extension to mason.nvim that makes it easier to use lspconfig with mason.nvim | |
| <a href='https://github.com/williamboman/mason.nvim'>williamboman/mason.nvim</a> | Easily install and manage LSP servers, DAP servers, linters, and formatters | |
| <a href='https://github.com/folke/tokyonight.nvim'>folke/tokyonight.nvim</a> | A clean, dark Neovim theme | |
Expand Down
2 changes: 1 addition & 1 deletion scripts/core_plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"description": "A plugin for setting Neovim LSP with JSON or YAML files"
},
{
"name": "<a href='https://github.com/jose-elias-alvarez/null-ls.nvim'>jose-elias-alvarez/null-ls.nvim</a>",
"name": "<a href='https://github.com/nvimtools/none-ls.nvim/'>nvimtools/none-ls.nvim</a>",
"enabled": true,
"description": "Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua."
},
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-1.3/features/core-plugins-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar_position: 1
| <a href='https://github.com/folke/lazy.nvim'>folke/lazy.nvim</a> | A modern plugin manager for Neovim | |
| <a href='https://github.com/neovim/nvim-lspconfig'>neovim/nvim-lspconfig</a> | Quickstart configurations for the Nvim LSP client | |
| <a href='https://github.com/tamago324/nlsp-settings.nvim'>tamago324/nlsp-settings.nvim</a> | A plugin for setting Neovim LSP with JSON or YAML files | |
| <a href='https://github.com/jose-elias-alvarez/null-ls.nvim'>jose-elias-alvarez/null-ls.nvim</a> | Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua. | |
| <a href='https://github.com/nvimtools/none-ls.nvim/'>nvimtools/none-ls.nvim</a> | Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua. | |
| <a href='https://github.com/williamboman/mason-lspconfig.nvim'>williamboman/mason-lspconfig.nvim</a> | Extension to mason.nvim that makes it easier to use lspconfig with mason.nvim | |
| <a href='https://github.com/williamboman/mason.nvim'>williamboman/mason.nvim</a> | Easily install and manage LSP servers, DAP servers, linters, and formatters | |
| <a href='https://github.com/folke/tokyonight.nvim'>folke/tokyonight.nvim</a> | A clean, dark Neovim theme | |
Expand Down

0 comments on commit 29304ac

Please sign in to comment.