fixed prerrier

This commit is contained in:
MasterGordon 2021-07-28 00:34:15 +02:00
parent 740cca7f0a
commit a4a1797db7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
local prettierd = function()
return {
exe = "prettier_d_slim",
exe = "prettierd",
args = {vim.api.nvim_buf_get_name(0)},
stdin = true
}

View File

@ -1,5 +1,5 @@
[ -e ~/.local/share/nvim/site/pack/packer/start/packer.nvim ] || git clone https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
npm i -g prettier_d_slim \
npm i -g @fsouza/prettierd \
diagnostic-languageserver \
eslint_d \
lua-fmt \