starter/lua/plugins/lsp.lua

9 lines
95 B
Lua
Raw Normal View History

return {
{
"neovim/nvim-lspconfig",
opts = {
autoformat = false,
},
},
}