mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-29 14:28:18 +02:00
fix(formatters): always select null-ls by default (#1810)
This commit is contained in:
parent
cfdd5e61f9
commit
03e5760e59
5 changed files with 10 additions and 10 deletions
|
@ -4,7 +4,7 @@ local null_ls = require "null-ls"
|
|||
local services = require "lvim.lsp.null-ls.services"
|
||||
local Log = require "lvim.core.log"
|
||||
|
||||
function M.list_supported_names(filetype)
|
||||
function M.list_registered_providers(filetype)
|
||||
local null_ls_methods = require "null-ls.methods"
|
||||
local formatter_method = null_ls_methods.internal["FORMATTING"]
|
||||
local registered_providers = services.list_registered_providers_names(filetype)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue