chore(nvim): Fully migrated vim_uni

This commit is contained in:
Ahmad Ansori Palembani 2024-04-18 12:22:40 +07:00
parent 275d320196
commit 5537634904
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -1,10 +1,17 @@
require("null.remap")
local o = vim.opt
local g = vim.g
o.encoding = "utf-8"
o.hls = true
o.nu = true
o.relativenumber = true
o.ignorecase = true
o.smartcase = true
o.mouse = "a"
o.splitbelow = true
o.splitright = true
g.mapleader = " "
g.guifont = { "Sarasa UI J", ":h16" }
require("null.remap")