update nvim
This commit is contained in:
parent
3338d39206
commit
786b0e0970
31 changed files with 2204 additions and 15 deletions
13
lua/phoenix/plugins/tsc.lua
Normal file
13
lua/phoenix/plugins/tsc.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
return {
|
||||
{
|
||||
'dmmulroy/tsc.nvim',
|
||||
lazy = false,
|
||||
ft = { 'typescript', 'typescriptreact' },
|
||||
config = function()
|
||||
require('tsc').setup {
|
||||
auto_open_qflist = true,
|
||||
pretty_errors = true,
|
||||
}
|
||||
end,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue