vimPlugins.vim-prettier: init at 2021-07-21

This commit is contained in:
Vinícius Müller 2021-07-21 17:33:37 -03:00
parent 1779e6fa8f
commit be3a5987eb
No known key found for this signature in database
GPG Key ID: 297A9768C8CA96AB
2 changed files with 13 additions and 0 deletions

View File

@ -8299,6 +8299,18 @@ final: prev:
meta.homepage = "https://github.com/haya14busa/vim-poweryank/";
};
vim-prettier = buildVimPluginFrom2Nix {
pname = "vim-prettier";
version = "2021-07-21";
src = fetchFromGitHub {
owner = "prettier";
repo = "vim-prettier";
rev = "0e61e4a5b55d2740aa118db91a6671dcb11307e8";
sha256 = "0d83lx6kfpsi3d4q9wz8zwsgdn0vn16psqyngml6wspjyibh6pnf";
};
meta.homepage = "https://github.com/prettier/vim-prettier";
};
vim-prettyprint = buildVimPluginFrom2Nix {
pname = "vim-prettyprint";
version = "2016-07-16";

View File

@ -537,6 +537,7 @@ preservim/tagbar
preservim/vim-pencil
preservim/vim-wordy
preservim/vimux
prettier/vim-prettier
psliwka/vim-smoothie
ptzz/lf.vim
puremourning/vimspector