installation fixes

This commit is contained in:
2023-06-14 18:56:53 +07:00
parent 64273691cd
commit f61071fdce
5 changed files with 38 additions and 371 deletions

View File

@@ -181,7 +181,6 @@ return require('packer').startup(function(use)
-- Форматировщик Prettier
use {
'prettier/vim-prettier',
run = 'yarn install --frozen-lockfile --production',
config = function() require('plugins/vim-prettier') end
run = 'npm i',
}
end)