[add] lazyvim.lua is able to disable autofomrat

pull/94/head
smith.hu 2023-09-22 22:02:20 +08:00
parent cd338e226a
commit cd1bd5a5c2
1 changed files with 8 additions and 0 deletions

View File

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