From 50ebfd02159aebe08b62cde79b71b0cd4fe77d41 Mon Sep 17 00:00:00 2001 From: fiplox Date: Thu, 19 Jan 2023 17:08:22 +0100 Subject: [PATCH] fix offset_encoding msg --- lua/plugins/null-ls.lua | 3 --- 1 file changed, 3 deletions(-) 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' } },