gh-main #1

Merged
salomaestro merged 2 commits from gh-main into main 2025-02-18 01:22:53 +00:00
2 changed files with 9 additions and 8 deletions

View File

@@ -1,13 +1,9 @@
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 })
vim.api.nvim_create_autocmd("textyankpost", {

View File

@@ -20,6 +20,11 @@ return {
lazy = true,
},
{
"lervag/wiki.vim",
lazy = false,
},
{
"jay-babu/mason-nvim-dap.nvim",
opts = {