This commit is contained in:
hexlocation 2025-07-23 19:38:50 +02:00
parent d7b96fb86c
commit 87f7485642
8 changed files with 134 additions and 187 deletions

View file

@ -1,10 +1,9 @@
require("hex.installer")
require("hex.keymaps")
vim.g.mapleader = " "
local opt = vim.opt
-- set leader to space bar
vim.g.mapleader = " "
-- remaining options
opt.nu = true
opt.relativenumber = true
@ -32,3 +31,7 @@ opt.scrolloff = 8
opt.updatetime = 50
opt.colorcolumn = "80"
require("hex.install.lazy")
require("hex.config.lazy")
require("hex.config.keymaps")