mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-28 03:30:05 +02:00
custom config null-ls
This commit is contained in:
parent
ca7eebe161
commit
bfff75c0a4
2 changed files with 31 additions and 13 deletions
8
lua/custom/null-ls.lua
Normal file
8
lua/custom/null-ls.lua
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue