commented out the tab hoarder

This commit is contained in:
Veighnsche 2024-06-19 19:48:14 +02:00
parent b1ebb6076b
commit d78e6eb421
2 changed files with 16 additions and 27 deletions

View file

@ -10,15 +10,4 @@ return {
vim.cmd 'Copilot setup'
end,
},
{
'sbdchd/neoformat',
cmd = 'Neoformat',
config = function()
vim.g.neoformat_enabled_javascript = { 'prettier' }
vim.g.neoformat_enabled_python = { 'black' }
vim.g.neoformat_enabled_typescript = { 'prettier' }
vim.g.neoformat_enabled_yaml = { 'prettier' }
vim.g.neoformat_run_on_save = 1
end,
},
}