mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2026-09-16 09:05:52 -07:00
This commit is contained in:
@@ -319,8 +319,8 @@ do
|
||||
})
|
||||
end
|
||||
|
||||
---Because most plugins are hosted on GitHub, you can use the helper
|
||||
---function to have less repetition in the following sections.
|
||||
--- Because most plugins are hosted on GitHub, you can use the helper
|
||||
--- function to have less repetition in the following sections.
|
||||
---@param repo string
|
||||
---@return string
|
||||
local function gh(repo) return 'https://github.com/' .. repo end
|
||||
@@ -519,7 +519,7 @@ do
|
||||
-- Telescope picker. This is really useful to discover what Telescope can
|
||||
-- do as well as how to actually do it!
|
||||
|
||||
---@type (string|vim.pack.Spec)[]
|
||||
---@type (string | vim.pack.Spec)[]
|
||||
local telescope_plugins = {
|
||||
gh 'nvim-lua/plenary.nvim',
|
||||
gh 'nvim-telescope/telescope.nvim',
|
||||
|
||||
Reference in New Issue
Block a user