mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 15:19:26 +02:00
fix: return null ls setup user config (#1683)
This commit is contained in:
parent
8fb404f7d6
commit
76bee64f17
2 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,7 @@ function M:setup()
|
|||
end
|
||||
|
||||
null_ls.config()
|
||||
require("lspconfig")["null-ls"].setup {}
|
||||
require("lspconfig")["null-ls"].setup(lvim.lsp.null_ls.setup)
|
||||
for _, filetype in pairs(lvim.lang) do
|
||||
if filetype.formatters then
|
||||
formatters.setup(filetype.formatters, filetype)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue