mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
update custom config null-ls
This commit is contained in:
parent
bfff75c0a4
commit
9cbb8aa2fb
1 changed files with 2 additions and 0 deletions
|
@ -1,8 +1,10 @@
|
|||
local null_ls = require("null-ls")
|
||||
local formatting = null_ls.builtins.formatting
|
||||
local diagnostics = null_ls.builtins.diagnostics
|
||||
local m = {
|
||||
sources = {
|
||||
formatting.stylua, -- tambahkan di bawah sini
|
||||
diagnostics.flake8, -- tambahkan di bawah sini
|
||||
},
|
||||
}
|
||||
return m
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue