fixed prerrier
This commit is contained in:
parent
740cca7f0a
commit
a4a1797db7
|
|
@ -1,6 +1,6 @@
|
||||||
local prettierd = function()
|
local prettierd = function()
|
||||||
return {
|
return {
|
||||||
exe = "prettier_d_slim",
|
exe = "prettierd",
|
||||||
args = {vim.api.nvim_buf_get_name(0)},
|
args = {vim.api.nvim_buf_get_name(0)},
|
||||||
stdin = true
|
stdin = true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
2
setup.sh
2
setup.sh
|
|
@ -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
|
[ -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 \
|
diagnostic-languageserver \
|
||||||
eslint_d \
|
eslint_d \
|
||||||
lua-fmt \
|
lua-fmt \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue