Skip to content

Commit

Permalink
chore: migrate null-ls to none-ls
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Apr 18, 2024
1 parent 155429a commit 9599119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nxvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ local modules = {
-- LSP / Formatters ----------------------------------------------------------
{ "folke/neodev.nvim", config = true },
{ "neovim/nvim-lspconfig", config = "lsp.plugins.lspconfig" },
{ "jose-elias-alvarez/null-ls.nvim", config = "lsp.plugins.null-ls" }, -- inject external formatters and linters
{ "nvimtools/none-ls.nvim", config = "lsp.plugins.null-ls" }, -- inject external formatters and linters
{ "glepnir/lspsaga.nvim", event = "VeryLazy", config = "lsp.plugins.lspsaga" },
{ "j-hui/fidget.nvim", event = "VeryLazy", config = "lsp.plugins.fidget" },
{ "ray-x/lsp_signature.nvim", event = "VeryLazy", config = "lsp.plugins.lsp-signature" },
Expand Down

0 comments on commit 9599119

Please sign in to comment.