mirror of https://github.com/LazyVim/starter
[add] lazyvim.lua is able to disable autofomrat
parent
cd338e226a
commit
cd1bd5a5c2
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
autoformat = false,
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue