custom config null-ls

This commit is contained in:
asep komarudin 2023-02-19 18:43:34 +07:00
parent ca7eebe161
commit bfff75c0a4
2 changed files with 31 additions and 13 deletions

8
lua/custom/null-ls.lua Normal file
View file

@ -0,0 +1,8 @@
local null_ls = require("null-ls")
local formatting = null_ls.builtins.formatting
local m = {
sources = {
formatting.stylua, -- tambahkan di bawah sini
},
}
return m