diff --git a/lua/plugins_config/lsp.lua b/lua/plugins_config/lsp.lua index df3ba373..7860fad7 100644 --- a/lua/plugins_config/lsp.lua +++ b/lua/plugins_config/lsp.lua @@ -257,7 +257,7 @@ return { -- for you, so that they are available from within Neovim. local ensure_installed = vim.tbl_keys(servers or {}) vim.list_extend(ensure_installed, { - 'stylua', -- Used to format Lua code + -- 'stylua', -- Used to format Lua code 'rustfmt', -- Rust formatter 'prettier', -- JS/MD formatter 'black', -- Python formatter