Add blame line and typescript-tools

This commit is contained in:
Mark 2023-12-27 13:13:47 -05:00
parent 2026a4e5e4
commit eaf6e8cab8
3 changed files with 18 additions and 9 deletions

View file

@ -0,0 +1,3 @@
return {
"tveskag/nvim-blame-line"
}

View file

@ -0,0 +1,5 @@
return {
"pmizio/typescript-tools.nvim",
dependencies = { "nvim-lua/plenary.nvim", "neovim/nvim-lspconfig" },
opts = {},
}