feat: include telescope-lazy and telescope-luasnip dependencies

This commit is contained in:
2024-09-15 01:25:00 -04:00
parent d140f928ca
commit 651e931ce3
3 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -664,7 +664,7 @@ function M.is_installed(plugins, simple)
end
end
-- Function to create a floating terminal window
---@function Function to create a floating terminal window
function M.open_floating_terminal()
-- Create a scratch buffer specifically for the terminal
local buf = vim.api.nvim_create_buf(false, true) -- Create an unnamed, non-file, scratch buffer