aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/perlls.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/lspconfig/perlls.lua b/lua/lspconfig/perlls.lua
index 2176cdbe..db50b240 100644
--- a/lua/lspconfig/perlls.lua
+++ b/lua/lspconfig/perlls.lua
@@ -23,12 +23,12 @@ configs.perlls = {
docs = {
package_json = "https://raw.githubusercontent.com/richterger/Perl-LanguageServer/master/clients/vscode/perl/package.json";
description = [[
- https://github.com/richterger/Perl-LanguageServer/tree/master/clients/vscode/perl
+https://github.com/richterger/Perl-LanguageServer/tree/master/clients/vscode/perl
- `Perl-LanguageServer`, a language server for Perl.
+`Perl-LanguageServer`, a language server for Perl.
- To use the language server, ensure that you have Perl::LanguageServer installed and perl command is on your path.
- ]];
+To use the language server, ensure that you have Perl::LanguageServer installed and perl command is on your path.
+]];
default_config = {
root_dir = "vim's starting directory";
};