Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: replace null-ls for none-ls on core_plugins description #453

Merged
merged 1 commit into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading