mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
[add] lazyvim.lua is able to disable autofomrat
This commit is contained in:
parent
cd338e226a
commit
cd1bd5a5c2
1 changed files with 8 additions and 0 deletions
8
lua/plugins/lazyvim.lua
Normal file
8
lua/plugins/lazyvim.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
autoformat = false,
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue