summaryrefslogtreecommitdiff
path: root/nvim/lua/plugins.lua
diff options
context:
space:
mode:
authorzsmith <zsmith@newhopechurch.tv>2025-08-26 09:23:21 -0500
committerzsmith <zsmith@newhopechurch.tv>2025-08-26 09:23:21 -0500
commit545505e99500c79b2d47176e28c01cbeb1aecf48 (patch)
tree8bd360361486408c3d1e37db1a2cf5af32152b87 /nvim/lua/plugins.lua
parent9096926608099642e3053d7337a90e855eb7ce9f (diff)
Add vimwiki to nvim
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 = {