chore(nvim): tweaks to options, cleanup

This commit is contained in:
2025-01-14 06:39:36 +02:00
parent ad166e8012
commit f6488aecce
6 changed files with 14 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
-- ── Install lazylazy ────────────────────────────────────────────────
-- https://github.com/folke/lazy.nvim
local lazypath = vim.fn.stdpath 'data' .. '/lazy/lazy.nvim'
if not vim.loop.fs_stat(lazypath) then
if not vim.uv.fs_stat(lazypath) then
local lazyrepo = 'https://github.com/folke/lazy.nvim.git'
local out = vim.fn.system {
'git',