chore(nvim): Fully migrated vim_uni
This commit is contained in:
parent
275d320196
commit
5537634904
1 changed files with 9 additions and 2 deletions
|
@ -1,10 +1,17 @@
|
||||||
require("null.remap")
|
|
||||||
|
|
||||||
local o = vim.opt
|
local o = vim.opt
|
||||||
local g = vim.g
|
local g = vim.g
|
||||||
|
|
||||||
|
o.encoding = "utf-8"
|
||||||
|
o.hls = true
|
||||||
o.nu = true
|
o.nu = true
|
||||||
o.relativenumber = true
|
o.relativenumber = true
|
||||||
|
o.ignorecase = true
|
||||||
|
o.smartcase = true
|
||||||
|
o.mouse = "a"
|
||||||
|
o.splitbelow = true
|
||||||
|
o.splitright = true
|
||||||
|
|
||||||
g.mapleader = " "
|
g.mapleader = " "
|
||||||
g.guifont = { "Sarasa UI J", ":h16" }
|
g.guifont = { "Sarasa UI J", ":h16" }
|
||||||
|
|
||||||
|
require("null.remap")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue