[add] lazyvim.lua is able to disable autofomrat

This commit is contained in:
smith.hu 2023-09-22 22:02:20 +08:00
parent cd338e226a
commit cd1bd5a5c2

8
lua/plugins/lazyvim.lua Normal file
View file

@ -0,0 +1,8 @@
return {
{
"neovim/nvim-lspconfig",
opts = {
autoformat = false,
},
},
}