poc with local prettier working

This commit is contained in:
christianchiarulli 2021-07-13 00:48:37 -04:00
parent 4fad35a7e1
commit eceb656b4b
7 changed files with 86 additions and 42 deletions

View file

@ -79,6 +79,11 @@ O = {
{ "FileType", "qf", "set nobuflisted" },
},
formatters = {
filetype = {},
},
-- TODO move all of this into lang specific files, only require when using
lang = {
cmake = {
formatter = {
@ -113,7 +118,7 @@ O = {
docker = {},
efm = {},
elm = {},
emmet = { active = true },
emmet = { active = false },
elixir = {},
graphql = {},
go = {