fixed issue with Lazy by removing .git from package name

This commit is contained in:
2025-01-14 11:33:34 +11:00
parent c0ca44c841
commit f99c76079c
3 changed files with 29 additions and 29 deletions

View File

@@ -39,7 +39,6 @@ return {
"jsonls",
"pyright",
"tailwindcss",
"tsserver",
},
handlers = {
function(server_name) -- default handler (optional)

View File

@@ -4,7 +4,7 @@ if not vim.loop.fs_stat(lazypath) then
"git",
"clone",
"--filter=blob:none",
"https://github.com/folke/lazy.nvim.git",
"https://github.com/folke/lazy.nvim",
"--branch=stable", -- latest stable release
lazypath,
})