diff --git a/lua/plugins/null-ls.lua b/lua/plugins/null-ls.lua index 083a185..1ae5546 100644 --- a/lua/plugins/null-ls.lua +++ b/lua/plugins/null-ls.lua @@ -16,9 +16,6 @@ function M.config() null_ls.setup { debug = false, - on_init = function(new_client, _) - new_client.offset_encoding = 'utf-8' - end, sources = { formatting.prettier.with { extra_args = { '--no-semi', '--single-quote', '--jsx-single-quote' } }, formatting.black.with { extra_args = { '--fast' } },