From 80743df53d8f7058fc5b60e41f1081d11df9c880 Mon Sep 17 00:00:00 2001 From: orip Date: Mon, 14 Sep 2026 17:52:52 +0300 Subject: [PATCH] Small formatting fixes --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 96371d39..feb5b5f6 100644 --- a/init.lua +++ b/init.lua @@ -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',