Add Rubocop Autoformatter
This commit is contained in:
parent
c0716339c0
commit
60912931f4
1
init.lua
1
init.lua
|
@ -660,6 +660,7 @@ require('lazy').setup({
|
||||||
-- You can use a sub-list to tell conform to run *until* a formatter
|
-- You can use a sub-list to tell conform to run *until* a formatter
|
||||||
-- is found.
|
-- is found.
|
||||||
-- javascript = { { "prettierd", "prettier" } },
|
-- javascript = { { "prettierd", "prettier" } },
|
||||||
|
ruby = { 'rubocop' },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue