chore: Some minor changes

This commit is contained in:
2026-03-25 13:16:10 +01:00
parent cc185a661c
commit 3e1c92ee97
3 changed files with 675 additions and 24 deletions

View File

@@ -1,5 +1,6 @@
vim.g.base46_cache = vim.fn.stdpath "data" .. "/base46/"
vim.g.mapleader = " "
vim.g.maplocalleader = ","
-- bootstrap lazy and all plugins
local lazypath = vim.fn.stdpath "data" .. "/lazy/lazy.nvim"