mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
typescript and telescope edits
This commit is contained in:
parent
65ed47dbd4
commit
92ed9fd5fb
4 changed files with 14 additions and 1 deletions
|
|
@ -16,7 +16,6 @@
|
|||
"mini.ai": { "branch": "main", "commit": "bfb26d9072670c3aaefab0f53024b2f3729c8083" },
|
||||
"mini.icons": { "branch": "main", "commit": "ff2e4f1d29f659cc2bad0f9256f2f6195c6b2428" },
|
||||
"mini.pairs": { "branch": "main", "commit": "b316e68f2d242d5bd010deaab645daa27ed86297" },
|
||||
"neo-tree.nvim": { "branch": "main", "commit": "a981ef287503c668434bffa78071d5b9ff92c12f" },
|
||||
"noice.nvim": { "branch": "main", "commit": "7bfd942445fb63089b59f97ca487d605e715f155" },
|
||||
"nui.nvim": { "branch": "main", "commit": "de740991c12411b663994b2860f1a4fd0937c130" },
|
||||
"nvim-lint": { "branch": "master", "commit": "d1118791070d090777398792a73032a0ca5c79ff" },
|
||||
|
|
@ -31,5 +30,6 @@
|
|||
"tokyonight.nvim": { "branch": "main", "commit": "5da1b76e64daf4c5d410f06bcb6b9cb640da7dfd" },
|
||||
"trouble.nvim": { "branch": "main", "commit": "bd67efe408d4816e25e8491cc5ad4088e708a69a" },
|
||||
"ts-comments.nvim": { "branch": "main", "commit": "123a9fb12e7229342f807ec9e6de478b1102b041" },
|
||||
"typescript-tools.nvim": { "branch": "master", "commit": "c2f5910074103705661e9651aa841e0d7eea9932" },
|
||||
"which-key.nvim": { "branch": "main", "commit": "3aab2147e74890957785941f0c1ad87d0a44c15a" }
|
||||
}
|
||||
|
|
|
|||
3
lua/plugins/telescope.lua
Normal file
3
lua/plugins/telescope.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
return {
|
||||
{ import = "lazyvim.plugins.extras.editor.telescope" },
|
||||
}
|
||||
7
lua/plugins/typescript-tools.lua
Normal file
7
lua/plugins/typescript-tools.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- return {
|
||||
-- "pmizio/typescript-tools.nvim",
|
||||
-- dependencies = { "nvim-lua/plenary.nvim" },
|
||||
-- event = { "BufReadPre", "BufNewFile" },
|
||||
-- ft = { "typescript", "javascript" },
|
||||
-- opts = {},
|
||||
-- }
|
||||
3
lua/plugins/typescript.lua
Normal file
3
lua/plugins/typescript.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
return {
|
||||
{ import = "lazyvim.plugins.extras.lang.typescript" },
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue