Make various small clean-up changes

This commit is contained in:
2025-11-08 15:44:42 -06:00
parent 066ef0e6fa
commit 1377026a56
10 changed files with 10 additions and 39 deletions

View File

@@ -1,4 +1,3 @@
-- TODO: maybe switch this over from git-clone approach to neovim's builtin vim.pack.add
local path_lazy_nvim = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not vim.loop.fs_stat(path_lazy_nvim) then
local git_output = vim.fn.system({