aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/nimls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/nimls.lua')
-rw-r--r--lsp/nimls.lua19
1 files changed, 10 insertions, 9 deletions
diff --git a/lsp/nimls.lua b/lsp/nimls.lua
index 4c0d68b7..ada0d79e 100644
--- a/lsp/nimls.lua
+++ b/lsp/nimls.lua
@@ -1,14 +1,15 @@
-local util = require 'lspconfig.util'
-
---@brief
---
--- https://github.com/PMunch/nimlsp
---
--- `nimlsp` can be installed via the `nimble` package manager:
---
--- ```sh
--- nimble install nimlsp
--- ```
+--- https://github.com/PMunch/nimlsp
+---
+--- `nimlsp` can be installed via the `nimble` package manager:
+---
+--- ```sh
+--- nimble install nimlsp
+--- ```
+
+local util = require 'lspconfig.util'
+
return {
cmd = { 'nimlsp' },
filetypes = { 'nim' },