Add wiki.vim!

This commit is contained in:
salomaestro
2025-02-18 02:17:01 +01:00
parent 57f27ce0e1
commit 0b95d8f8e5
2 changed files with 6 additions and 0 deletions

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 = {