Major changes including better ui and more keybinds :)
This commit is contained in:
parent
74c846a7b6
commit
70abc1f30f
24 changed files with 664 additions and 118 deletions
8
init.lua
8
init.lua
|
|
@ -1 +1,9 @@
|
|||
-- global shorthands
|
||||
o = vim.opt
|
||||
g = vim.g
|
||||
a = vim.api
|
||||
cmd = vim.cmd
|
||||
g.mapleader = " "
|
||||
|
||||
-- load config
|
||||
require('core.init')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue