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'