Add prettier, black and vim-commentary plugins.
This commit is contained in:
parent
32b9e62813
commit
56d5548927
1 changed files with 7 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue