adding a few more packages
This commit is contained in:
parent
d4afbc6283
commit
ea9cb014e0
3 changed files with 103 additions and 2 deletions
12
lua/custom/plugins/tsc-vim.lua
Normal file
12
lua/custom/plugins/tsc-vim.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
'dmmulroy/tsc.nvim',
|
||||
dependencies = {
|
||||
'rcarriga/nvim-notify'
|
||||
},
|
||||
config = function()
|
||||
require('tsc').setup({
|
||||
spinner = { "(╯°□°)╯︵ ┻━┻", "(╯°□°)╯︵ ┻━┻", "⣻", "⢿", "⡿", "⣟", "⣯", "⣷" },
|
||||
pretty_errors = true,
|
||||
})
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue