Skip to content

Commit

Permalink
vim: switch formatter to prettierd
Browse files Browse the repository at this point in the history
  • Loading branch information
pigoz committed Nov 3, 2022
1 parent edd05d3 commit 9303ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nvim/lua/user/lsp/servers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function M.setup()

null_ls.setup({
sources = {
formatting.prettier,
formatting.prettierd,
formatting.rubocop,
diagnostics.rubocop
},
Expand Down

0 comments on commit 9303ca5

Please sign in to comment.