1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-02 13:19:25 +00:00

[neovim] Update null-ls source repository

This commit is contained in:
2023-10-14 13:56:59 +02:00
parent c1f3590bea
commit b2340e5ac8
3 changed files with 7 additions and 7 deletions

View File

@ -175,7 +175,7 @@ require("lazy").setup({
{ "neovim/nvim-lspconfig", event = "BufReadPre" },
{ "williamboman/mason.nvim" },
{ "williamboman/mason-lspconfig.nvim" },
{ "jose-elias-alvarez/null-ls.nvim", event = "BufReadPre" },
{ "nvimtools/none-ls.nvim", event = "BufReadPre" },
{ "RRethy/vim-illuminate", event = "BufReadPost" },
{ "folke/trouble.nvim", cmd = { "TroubleToggle", "Trouble" } },
{ "glepnir/lspsaga.nvim", event = "BufRead" },