aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/ols.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/ols.lua')
-rw-r--r--lsp/ols.lua11
1 files changed, 6 insertions, 5 deletions
diff --git a/lsp/ols.lua b/lsp/ols.lua
index 5cde6e06..7aa1556e 100644
--- a/lsp/ols.lua
+++ b/lsp/ols.lua
@@ -1,10 +1,11 @@
-local util = require 'lspconfig.util'
-
---@brief
---
--- https://github.com/DanielGavin/ols
---
--- `Odin Language Server`.
+--- https://github.com/DanielGavin/ols
+---
+--- `Odin Language Server`.
+
+local util = require 'lspconfig.util'
+
return {
cmd = { 'ols' },
filetypes = { 'odin' },