Add wiki.vim!
This commit is contained in:
@@ -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", {
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user