gh-main #1

Merged
salomaestro merged 2 commits from gh-main into main 2025-02-18 01:22:53 +00:00
Showing only changes of commit a7cde0494f - Show all commits

View File

@@ -1,13 +1,8 @@
require "nvchad.options"
-- add yours here!
local o = vim.o
local opt = vim.opt
-- o.cursorlineopt ='both' -- to enable cursorline!
o.scrolloff = 10
opt.relativenumber = true
vim.o.cursorlineopt ='both' -- to enable cursorline!
vim.o.scrolloff = 10
vim.opt.relativenumber = true
vim.g.wiki_root = "~/wiki"
local highlight_group = vim.api.nvim_create_augroup("yankhighlight", { clear = true })