blob: a27cc151a05219abdc5720715cb8442d346fea87 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
local util = require 'lspconfig.util'
return {
default_config = {
cmd = { 'ols' },
filetypes = { 'odin' },
root_dir = util.root_pattern('ols.json', '.git', '*.odin'),
},
docs = {
description = [[
https://github.com/DanielGavin/ols
`Odin Language Server`.
]],
},
}
|