added 42 coding stuff
This commit is contained in:
11
lua/plugins/42formatter.lua
Normal file
11
lua/plugins/42formatter.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
"Diogo-ss/42-C-Formatter.nvim",
|
||||
cmd = "CFormat42",
|
||||
config = function()
|
||||
local formatter = require "42-formatter"
|
||||
formatter.setup({
|
||||
formatter = 'python -m c_formatter_42',
|
||||
filetypes = { c = true, h = true, cpp = true, hpp = true },
|
||||
})
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user