Merge pull request 'gh-main' (#1) from gh-main into main

Reviewed-on: #1
This commit is contained in:
2025-02-18 01:22:52 +00:00
2 changed files with 9 additions and 8 deletions

View File

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

View File

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