clean stuff up even more

This commit is contained in:
2025-10-18 02:24:05 -03:00
parent a3efd7804b
commit ae9da209e1
7 changed files with 177 additions and 196 deletions

View File

@@ -14,8 +14,7 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
end
vim.opt.rtp:prepend(lazypath)
vim.g.mapleader = " "
vim.g.maplocalleader = "\\"
require("config.opts")
require("lazy").setup({
spec = {
@@ -26,3 +25,5 @@ require("lazy").setup({
install = { colorscheme = { "habamax" } },
checker = { enabled = true },
})
require("config.cmake")