fixed issue with Lazy by removing .git from package name
This commit is contained in:
@@ -39,7 +39,6 @@ return {
|
||||
"jsonls",
|
||||
"pyright",
|
||||
"tailwindcss",
|
||||
"tsserver",
|
||||
},
|
||||
handlers = {
|
||||
function(server_name) -- default handler (optional)
|
||||
|
||||
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user