diff options
Diffstat (limited to 'nvim/lsp/standardrb.lua')
| -rwxr-xr-x | nvim/lsp/standardrb.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/nvim/lsp/standardrb.lua b/nvim/lsp/standardrb.lua deleted file mode 100755 index 91ab2ce..0000000 --- a/nvim/lsp/standardrb.lua +++ /dev/null @@ -1,10 +0,0 @@ ----@brief ---- ---- https://github.com/testdouble/standard ---- ---- Ruby Style Guide, with linter & automatic code fixer. -return { - cmd = { 'standardrb', '--lsp' }, - filetypes = { 'ruby' }, - root_markers = { 'Gemfile', '.git' }, -} |
