This commit is contained in:
given 2026-06-12 21:26:57 +00:00 committed by GitHub
commit d71892ae41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,20 @@
return {
recommended = function()
return LazyVim.extras.wants({
ft = "odin",
root = { "ols.json" },
})
end,
{
"nvim-treesitter/nvim-treesitter",
opts = { ensure_installed = { "odin" } },
},
{
"neovim/nvim-lspconfig",
opts = {
servers = {
ols = {},
},
},
},
}