adding a few more packages

This commit is contained in:
Joseph Tongay 2023-11-27 16:03:32 -06:00
parent d4afbc6283
commit ea9cb014e0
3 changed files with 103 additions and 2 deletions

View file

@ -0,0 +1,12 @@
return {
'dmmulroy/tsc.nvim',
dependencies = {
'rcarriga/nvim-notify'
},
config = function()
require('tsc').setup({
spinner = { "(╯°□°)╯︵ ┻━┻", "(╯°□°)╯︵ ┻━┻", "", "", "", "", "", "" },
pretty_errors = true,
})
end
}