clean stuff up even more
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user