add: migrate from null-ls.nvim to none-ls.nvim

This commit is contained in:
asep komarudin 2024-02-27 12:22:51 +07:00
parent 7b4d629ab0
commit f6250a8153
3 changed files with 4 additions and 3 deletions

View file

@ -27,8 +27,8 @@
"mini.indentscope": { "branch": "main", "commit": "cf07f19e718ebb0bcc5b00999083ce11c37b8d40" }, "mini.indentscope": { "branch": "main", "commit": "cf07f19e718ebb0bcc5b00999083ce11c37b8d40" },
"neoscroll.nvim": { "branch": "master", "commit": "6e3546751076890304428150e53bd59198a4505d" }, "neoscroll.nvim": { "branch": "master", "commit": "6e3546751076890304428150e53bd59198a4505d" },
"noice.nvim": { "branch": "main", "commit": "92433164e2f7118d4122c7674c3834d9511722ba" }, "noice.nvim": { "branch": "main", "commit": "92433164e2f7118d4122c7674c3834d9511722ba" },
"none-ls.nvim": { "branch": "main", "commit": "793c6071621814c61a14c24cdb43e9badd88f0af" },
"nui.nvim": { "branch": "main", "commit": "a0fd35fcbb4cb479366f1dc5f20145fd718a3733" }, "nui.nvim": { "branch": "main", "commit": "a0fd35fcbb4cb479366f1dc5f20145fd718a3733" },
"null-ls.nvim": { "branch": "main", "commit": "0010ea927ab7c09ef0ce9bf28c2b573fc302f5a7" },
"nvim-autopairs": { "branch": "master", "commit": "c6139ca0d5ad7af129ea6c89cb4c56093f2c034a" }, "nvim-autopairs": { "branch": "master", "commit": "c6139ca0d5ad7af129ea6c89cb4c56093f2c034a" },
"nvim-cmp": { "branch": "main", "commit": "04e0ca376d6abdbfc8b52180f8ea236cbfddf782" }, "nvim-cmp": { "branch": "main", "commit": "04e0ca376d6abdbfc8b52180f8ea236cbfddf782" },
"nvim-colorizer.lua": { "branch": "master", "commit": "85855b38011114929f4058efc97af1059ab3e41d" }, "nvim-colorizer.lua": { "branch": "master", "commit": "85855b38011114929f4058efc97af1059ab3e41d" },

View file

@ -4,7 +4,7 @@ local diagnostics = null_ls.builtins.diagnostics
local m = { local m = {
sources = { sources = {
formatting.stylua, -- tambahkan di bawah sini formatting.stylua, -- tambahkan di bawah sini
diagnostics.flake8, -- tambahkan di bawah sini --diagnostics.flake8, -- tambahkan di bawah sini
--formatting.blade_formatter.with({ filetypes = { "blade", "php" } }), --formatting.blade_formatter.with({ filetypes = { "blade", "php" } }),
}, },
} }

View file

@ -129,7 +129,8 @@ return {
"jayp0521/mason-null-ls.nvim", "jayp0521/mason-null-ls.nvim",
-- lazy = true, -- lazy = true,
dependencies = { dependencies = {
"jose-elias-alvarez/null-ls.nvim", -- "jose-elias-alvarez/null-ls.nvim",
"nvimtools/none-ls.nvim",
config = function() config = function()
require("user.lsp.null-ls") require("user.lsp.null-ls")
end, end,