Skip to content

Commit

Permalink
Let perlimports decide where the config file is
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Mar 26, 2024
1 parent 64ca8db commit 133bd9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nvim/lua/conf/lspconfig/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ lspconfig.perlnavigator.setup {
-- perltidyProfile = '',
-- perlcriticProfile = '',
enableWarnings = true,
perlimportsProfile = 'perlimports.toml',
includePaths = { 'lib', 'dev/lib', 't/lib' },
perlcriticEnabled = true,
perlimportsLintEnabled = true,
Expand All @@ -129,7 +128,6 @@ lspconfig.perlnavigator.setup {
pn.perlPath = 'mm-perl'
pn.perlcriticProfile = table.concat({ new_root, '.perlcriticrc' }, '/')
pn.perltidyProfile = table.concat({ new_root, '.perltidyallrc' }, '/')
pn.perlnavigator.perlimportsProfile = table.concat({ new_root, '.perlimports.toml' }, '/')
end
end,
}
Expand Down

0 comments on commit 133bd9b

Please sign in to comment.