Files
dotfiles/nvim/.config/nvim/lsp/ols.lua

6 lines
82 B
Lua

return {
cmd = { "ols" },
filetypes = { "odin" },
root_markers = { ".git" },
}