json formatter

This commit is contained in:
Luba 2024-04-15 19:18:47 -03:00
parent 4108bc6c73
commit 5779c360f0
1 changed files with 2 additions and 1 deletions

View File

@ -646,7 +646,7 @@ require('lazy').setup({
-- --
-- You can use a sub-list to tell conform to run *until* a formatter -- You can use a sub-list to tell conform to run *until* a formatter
-- is found. -- is found.
json = { 'prettier' }, json = { 'prettier', 'prettierd' },
}, },
}, },
}, },
@ -902,6 +902,7 @@ require('lazy').setup({
vim.g['pencil#wrapModeDefault'] = 'soft' vim.g['pencil#wrapModeDefault'] = 'soft'
end, end,
}, },
{ 'christoomey/vim-tmux-navigator' },
-- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the -- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the
-- init.lua. If you want these files, they are in the repository, so you can just download them and -- init.lua. If you want these files, they are in the repository, so you can just download them and