aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/puppet.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/puppet.lua')
-rw-r--r--lsp/puppet.lua28
1 files changed, 14 insertions, 14 deletions
diff --git a/lsp/puppet.lua b/lsp/puppet.lua
index 6579666a..297e493b 100644
--- a/lsp/puppet.lua
+++ b/lsp/puppet.lua
@@ -1,19 +1,19 @@
---@brief
---
--- LSP server for Puppet.
---
--- Installation:
---
--- - Clone the editor-services repository:
--- https://github.com/puppetlabs/puppet-editor-services
---
--- - Navigate into that directory and run: `bundle install`
---
--- - Install the 'puppet-lint' gem: `gem install puppet-lint`
---
--- - Add that repository to $PATH.
---
--- - Ensure you can run `puppet-languageserver` from outside the editor-services directory.
+--- LSP server for Puppet.
+---
+--- Installation:
+---
+--- - Clone the editor-services repository:
+--- https://github.com/puppetlabs/puppet-editor-services
+---
+--- - Navigate into that directory and run: `bundle install`
+---
+--- - Install the 'puppet-lint' gem: `gem install puppet-lint`
+---
+--- - Add that repository to $PATH.
+---
+--- - Ensure you can run `puppet-languageserver` from outside the editor-services directory.
return {
cmd = { 'puppet-languageserver', '--stdio' },
filetypes = { 'puppet' },