diff options
author | christianchiarulli <[email protected]> | 2021-07-13 00:48:37 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-13 00:48:37 -0400 |
commit | eceb656b4bdcd5bb4050c1e2566e95f97b99e20e (patch) | |
tree | dfe178e1a6317d70f2daf5619a2d23e1cc33b1cf /lua/default-config.lua | |
parent | 4fad35a7e1a9d15317dada0625670707ffc5f9b0 (diff) |
poc with local prettier working
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r-- | lua/default-config.lua | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua index dcad7b3d..e55f44c0 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -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 = { |