aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/guile_ls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/guile_ls.lua')
-rw-r--r--lsp/guile_ls.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/guile_ls.lua b/lsp/guile_ls.lua
index ad7c69cd..58bb6c7f 100644
--- a/lsp/guile_ls.lua
+++ b/lsp/guile_ls.lua
@@ -10,6 +10,7 @@
--- Checkout the repo for more info.
---
--- Note: This LSP will start on `scheme.guile` filetype. You can set this file type using `:help modeline` or adding https://gitlab.com/HiPhish/guile.vim to your plugins to automatically set it.
+
---@type vim.lsp.Config
return {
cmd = { 'guile-lsp-server' },