Bruno BELANYI
a29deaa9bc
A few things that are different: * Async by default. * Takes care of the order of formatters, if I ever need to do that. * Allows for easily disabling formatting (unfortunately this is global state, not buffer-local). * Gets rid of the formatting pause when doing `:wq`.
4 lines
63 B
Lua
4 lines
63 B
Lua
local lsp_format = require("lsp-format")
|
|
|
|
lsp_format.setup({})
|