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
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", {