chore(vim): Converted some config and remapping to lua
This commit is contained in:
parent
ca2cb0fb11
commit
57e226d2db
7 changed files with 73 additions and 10 deletions
|
@ -0,0 +1,12 @@
|
|||
require("null.remap")
|
||||
|
||||
local o = vim.opt
|
||||
local g = vim.g
|
||||
|
||||
o.nu = true
|
||||
o.relativenumber = true
|
||||
|
||||
g.mapleader = " "
|
||||
g.guifont = { "Sarasa UI J", ":h16" }
|
||||
|
||||
require("oil").setup()
|
Loading…
Add table
Add a link
Reference in a new issue