From 4db1e0261bb099522ff7fb358a8e957e0bcf7ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Magalh=C3=A3es?= Date: Thu, 2 Nov 2023 18:57:06 -0300 Subject: [PATCH] Styled Components --- lua/core/plugins/init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/core/plugins/init.lua b/lua/core/plugins/init.lua index e39525ec..c7359615 100644 --- a/lua/core/plugins/init.lua +++ b/lua/core/plugins/init.lua @@ -9,6 +9,8 @@ local plugins = { -- Detect tabstop and shiftwidth automatically (Editor Config taken into account) 'tpope/vim-sleuth', + 'styled-components/vim-styled-components', + -- This is where plugins related to LSP can be installed. -- The configuration is done below. Search for lspconfig to find it below. {