aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/vala_ls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/vala_ls.lua')
-rw-r--r--lsp/vala_ls.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/lsp/vala_ls.lua b/lsp/vala_ls.lua
index a11228e5..3faff1d8 100644
--- a/lsp/vala_ls.lua
+++ b/lsp/vala_ls.lua
@@ -1,3 +1,7 @@
+---@brief
+---
+--- https://github.com/Prince781/vala-language-server
+
local util = require 'lspconfig.util'
local meson_matcher = function(path)
@@ -21,9 +25,6 @@ local meson_matcher = function(path)
end
end
----@brief
----
--- https://github.com/Prince781/vala-language-server
return {
cmd = { 'vala-language-server' },
filetypes = { 'vala', 'genie' },