Add blame line and typescript-tools
This commit is contained in:
parent
2026a4e5e4
commit
eaf6e8cab8
3 changed files with 18 additions and 9 deletions
3
lua/custom/plugins/nvim-blame-line.lua
Normal file
3
lua/custom/plugins/nvim-blame-line.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
return {
|
||||
"tveskag/nvim-blame-line"
|
||||
}
|
||||
5
lua/custom/plugins/typescript-tools.lua
Normal file
5
lua/custom/plugins/typescript-tools.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
"pmizio/typescript-tools.nvim",
|
||||
dependencies = { "nvim-lua/plenary.nvim", "neovim/nvim-lspconfig" },
|
||||
opts = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue