mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-19 10:15:01 +02:00
poc with local prettier working
This commit is contained in:
parent
4fad35a7e1
commit
eceb656b4b
7 changed files with 86 additions and 42 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue