Compare commits

..

3 Commits

Author SHA1 Message Date
795bc171f7 Merge pull request 'gh-main' (#1) from gh-main into main
Reviewed-on: #1
2025-02-18 01:22:52 +00:00
salomaestro
a7cde0494f Enabled screenwide cursor highlight option 2025-02-18 02:17:30 +01:00
salomaestro
0b95d8f8e5 Add wiki.vim! 2025-02-18 02:17:01 +01: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 = {