mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-01 21:14:29 +02:00
add: migrate from null-ls.nvim to none-ls.nvim
This commit is contained in:
parent
7b4d629ab0
commit
f6250a8153
3 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@ local diagnostics = null_ls.builtins.diagnostics
|
|||
local m = {
|
||||
sources = {
|
||||
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" } }),
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue