From c19d12332bd384d4de4a192b7716978bc6daa613 Mon Sep 17 00:00:00 2001 From: TornaxO7 Date: Tue, 11 Jul 2023 15:08:18 +0200 Subject: [PATCH] Remove `jose-elias-alvarez/null-ls.nvim` (#801) * adding nvim-nu * addding "." at the end of the line * adding "-" * adding author name * removing `null-ls` --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index fd157ed..eb9a09a 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,6 @@ You can find them listed on the [Neovim wiki](https://github.com/neovim/neovim/w - [stevearc/aerial.nvim](https://github.com/stevearc/aerial.nvim) - A code outline window for skimming and quick navigation. - [SmiteshP/nvim-navbuddy](https://github.com/SmiteshP/nvim-navbuddy) - A simple popup display that provides breadcrumbs like navigation features using LSP. - [tamago324/nlsp-settings.nvim](https://github.com/tamago324/nlsp-settings.nvim) - Setup LSP with JSON or YAML files. -- [jose-elias-alvarez/null-ls.nvim](https://github.com/jose-elias-alvarez/null-ls.nvim) - Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua. - [jakewvincent/texmagic.nvim](https://github.com/jakewvincent/texmagic.nvim) - Enhance the lspconfig settings for Texlab by defining any number of custom LaTeX build engines and selecting them with magic comments. - [nanotee/nvim-lsp-basics](https://github.com/nanotee/nvim-lsp-basics) - Basic wrappers for LSP features. - [weilbith/nvim-code-action-menu](https://github.com/weilbith/nvim-code-action-menu) - A floating pop-up menu for code actions to show code action information and a diff preview.