aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/standardrb.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/standardrb.lua')
-rw-r--r--lsp/standardrb.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/standardrb.lua b/lsp/standardrb.lua
index 91ab2ced..e40c4b42 100644
--- a/lsp/standardrb.lua
+++ b/lsp/standardrb.lua
@@ -3,6 +3,7 @@
--- https://github.com/testdouble/standard
---
--- Ruby Style Guide, with linter & automatic code fixer.
+---@type vim.lsp.Config
return {
cmd = { 'standardrb', '--lsp' },
filetypes = { 'ruby' },