aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/nickel_ls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/nickel_ls.lua')
-rw-r--r--lsp/nickel_ls.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/nickel_ls.lua b/lsp/nickel_ls.lua
index 1f704025..0f7238c4 100644
--- a/lsp/nickel_ls.lua
+++ b/lsp/nickel_ls.lua
@@ -23,6 +23,7 @@
---
--- In order to have lspconfig detect Nickel filetypes (a prerequisite for autostarting a server),
--- install the [Nickel vim plugin](https://github.com/nickel-lang/vim-nickel).
+---@type vim.lsp.Config
return {
cmd = { 'nls' },
filetypes = { 'ncl', 'nickel' },