From 03df97c0d25226e7484f3e8714b0140ea33254a6 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 13 Jun 2023 16:14:25 -0700 Subject: [PATCH] Disable prefer stylua to lua_ls formatter --- neovim/lua/plugins/null-ls/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neovim/lua/plugins/null-ls/init.lua b/neovim/lua/plugins/null-ls/init.lua index c8b65c7..77b5512 100644 --- a/neovim/lua/plugins/null-ls/init.lua +++ b/neovim/lua/plugins/null-ls/init.lua @@ -90,7 +90,7 @@ function M.configure(options) }) end - sources = disable_formatter_filetypes_for_existing_servers(sources, { "python" }) + sources = disable_formatter_filetypes_for_existing_servers(sources, { "python", "lua" }) -- Setup or configure null_ls if null_ls["setup"] ~= nil then