Add prettier, black and vim-commentary plugins.

This commit is contained in:
Mariano Uvalle 2021-07-14 14:09:59 -05:00
parent 32b9e62813
commit 56d5548927

View file

@ -27,7 +27,7 @@ return require('packer').startup(function(use)
-- Syntax
use 'sheerun/vim-polyglot'
-- use {'prettier/vim-prettier', run = "yarn install"}
use {'prettier/vim-prettier', run = "yarn install"}
use {'styled-components/vim-styled-components', branch = "main"}
-- FZF
@ -58,4 +58,10 @@ return require('packer').startup(function(use)
-- Golang
use 'fatih/vim-go'
-- Pyhton
use 'a-vrma/black-nvim'
-- Comments
use 'tpope/vim-commentary'
end)