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
|
-- Syntax
|
||||||
use 'sheerun/vim-polyglot'
|
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"}
|
use {'styled-components/vim-styled-components', branch = "main"}
|
||||||
|
|
||||||
-- FZF
|
-- FZF
|
||||||
|
|
@ -58,4 +58,10 @@ return require('packer').startup(function(use)
|
||||||
-- Golang
|
-- Golang
|
||||||
use 'fatih/vim-go'
|
use 'fatih/vim-go'
|
||||||
|
|
||||||
|
-- Pyhton
|
||||||
|
use 'a-vrma/black-nvim'
|
||||||
|
|
||||||
|
-- Comments
|
||||||
|
use 'tpope/vim-commentary'
|
||||||
|
|
||||||
end)
|
end)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue