starter/lua/plugins/lazyvim.lua

15 lines
195 B
Lua
Raw Normal View History

return {
{
"neovim/nvim-lspconfig",
opts = {
autoformat = false,
},
},
2024-10-03 12:02:00 +08:00
{
"ojroques/nvim-osc52",
config = function()
require("osc52").setup()
end,
},
}