Add perl formatter
This commit is contained in:
parent
8dab7cb3a6
commit
adcc5d5e25
11
dot_config/nvim/lua/plugins/format.lua
Normal file
11
dot_config/nvim/lua/plugins/format.lua
Normal file
@ -0,0 +1,11 @@
|
||||
return {
|
||||
{
|
||||
"stevearc/conform.nvim",
|
||||
optional = true,
|
||||
opts = {
|
||||
formatters_by_ft = {
|
||||
perl = { "perltidy" },
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user