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 6 additions and 0 deletions
Showing only changes of commit 0b95d8f8e5 - Show all commits

View File

@@ -8,6 +8,7 @@ local opt = vim.opt
o.scrolloff = 10 o.scrolloff = 10
opt.relativenumber = true opt.relativenumber = true
vim.g.wiki_root = "~/wiki"
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 = {