fix offset_encoding msg

This commit is contained in:
fiplox 2023-01-19 17:08:22 +01:00
parent bb7246769c
commit 50ebfd0215
1 changed files with 0 additions and 3 deletions

View File

@ -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' } },