Added obsidian, and configured vaults

This commit is contained in:
2026-06-06 15:42:08 -04:00
parent fc9b2d8740
commit abebf7a032
3 changed files with 13 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ vim.pack.add({
-- { src = "https://github.com/HiPhish/rainbow-delimiters.nvim" },
{ src = "https://github.com/lewis6991/gitsigns.nvim" },
{ src = "https://github.com/amitds1997/remote-nvim.nvim" },
{ src = "https://github.com/epwalsh/obsidian.nvim" },
})
require('mini.icons').setup({})
@@ -421,3 +421,5 @@ require("remote-nvim").setup({
max_size = 1024 * 1024 * 2, -- 2MB
},
})