fix offset_encoding msg
This commit is contained in:
parent
bb7246769c
commit
50ebfd0215
@ -16,9 +16,6 @@ function M.config()
|
|||||||
|
|
||||||
null_ls.setup {
|
null_ls.setup {
|
||||||
debug = false,
|
debug = false,
|
||||||
on_init = function(new_client, _)
|
|
||||||
new_client.offset_encoding = 'utf-8'
|
|
||||||
end,
|
|
||||||
sources = {
|
sources = {
|
||||||
formatting.prettier.with { extra_args = { '--no-semi', '--single-quote', '--jsx-single-quote' } },
|
formatting.prettier.with { extra_args = { '--no-semi', '--single-quote', '--jsx-single-quote' } },
|
||||||
formatting.black.with { extra_args = { '--fast' } },
|
formatting.black.with { extra_args = { '--fast' } },
|
||||||
|
Loading…
Reference in New Issue
Block a user