feat: setup LSPs

This commit is contained in:
Stevan Freeborn
2025-01-16 12:23:15 -06:00
parent 40b9337594
commit 4f324020ca
6 changed files with 74 additions and 16 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not (vim.uv or vim.loop).fs_stat(lazypath) then
local lazyrepo = "https://github.com/folke/lazy.nvim.git"
local out = vim.fn.system({ "git", "clone", "--filter=blob:none", "--branch=stable", lazyrepo, lazypath })
if vim.v.shell_error ~= 0 then
vim.api.nvim_echo({
{ "Failed to clone lazy.nvim:\n", "ErrorMsg" },