Small formatting fixes
Check Lua Formatting / Stylua Check (push) Has been cancelled

This commit is contained in:
orip
2026-09-14 17:52:52 +03:00
parent 748f67f49d
commit 80743df53d
+3 -3
View File
@@ -319,8 +319,8 @@ do
}) })
end end
---Because most plugins are hosted on GitHub, you can use the helper --- Because most plugins are hosted on GitHub, you can use the helper
---function to have less repetition in the following sections. --- function to have less repetition in the following sections.
---@param repo string ---@param repo string
---@return string ---@return string
local function gh(repo) return 'https://github.com/' .. repo end 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 -- Telescope picker. This is really useful to discover what Telescope can
-- do as well as how to actually do it! -- do as well as how to actually do it!
---@type (string|vim.pack.Spec)[] ---@type (string | vim.pack.Spec)[]
local telescope_plugins = { local telescope_plugins = {
gh 'nvim-lua/plenary.nvim', gh 'nvim-lua/plenary.nvim',
gh 'nvim-telescope/telescope.nvim', gh 'nvim-telescope/telescope.nvim',