From e04291477750b2749274151ea8363598773d92fe Mon Sep 17 00:00:00 2001 From: AYM1607 Date: Wed, 31 Mar 2021 22:42:00 -0400 Subject: [PATCH] Added support for styled components. --- lua/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index 13e2628..f814270 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -26,6 +26,7 @@ return require('packer').startup(function(use) -- Syntax use 'sheerun/vim-polyglot' use {'prettier/vim-prettier', run = "yarn install"} + use {'styled-components/vim-styled-components', branch = "main"} -- FZF use '/usr/local/opt/fzf'