fix
This commit is contained in:
parent
d7b96fb86c
commit
87f7485642
8 changed files with 134 additions and 187 deletions
13
init.lua
13
init.lua
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue