Skip to content

Commit

Permalink
Document how to turn on perlnavigator logging
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Mar 27, 2024
1 parent a540a54 commit fe8bf67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/lua/conf/lspconfig/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ lspconfig.perlnavigator.setup {
-- perlcriticProfile = '',
enableWarnings = true,
includePaths = { 'lib', 'dev/lib', 't/lib' },
logging = false,
perlcriticEnabled = true,
perlimportsLintEnabled = true,
perlimportsTidyEnabled = true,
Expand Down

0 comments on commit fe8bf67

Please sign in to comment.