summaryrefslogtreecommitdiff
path: root/nvim/lua/plugins.lua
diff options
context:
space:
mode:
authorzsmith <zsmith@newhopechurch.tv>2025-08-26 09:24:50 -0500
committerzsmith <zsmith@newhopechurch.tv>2025-08-26 09:24:50 -0500
commit80d308e05b51b42b10ca3f69a1793065b4185573 (patch)
treed773f789cd4f7d17f91bbed8765b5e5bab5db6e9 /nvim/lua/plugins.lua
parent81806466e468044654bbf0365427fd1592b26868 (diff)
parent7ad0f7f829480fabb8fd49df3b715bb34c012230 (diff)
Merge branch 'master' into mac
Diffstat (limited to 'nvim/lua/plugins.lua')
-rw-r--r--nvim/lua/plugins.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua
index f90b09c..183a20d 100644
--- a/nvim/lua/plugins.lua
+++ b/nvim/lua/plugins.lua
@@ -14,6 +14,7 @@ vim.opt.rtp:prepend(lazypath)
require("lazy").setup({
-- LSP manager
{ "mason-org/mason.nvim", opts = {} },
+ "vimwiki/vimwiki",
{
"mason-org/mason-lspconfig.nvim",
dependencies = {