added conform formatter

This commit is contained in:
Oluwatobi 2023-10-17 15:30:09 +01:00
parent fc4c1c2612
commit d7575d7a55
5 changed files with 114 additions and 74 deletions

4
lua/plugins/conform.lua Normal file
View file

@ -0,0 +1,4 @@
return {
'stevearc/conform.nvim',
opts = {},
}