This commit is contained in:
2024-03-04 14:08:21 +01:00
parent 60b09def1f
commit 4570b50523
5 changed files with 46 additions and 5 deletions

View File

@@ -2,7 +2,10 @@ return {
{
"epwalsh/obsidian.nvim",
lazy = true,
ft = "markdown",
event = {
"BufReadPre home/elias/dropbox/",
"BufNewFile home/elias/dropbox/",
},
dependencies = {
"nvim-lua/plenary.nvim",
"hrsh7th/nvim-cmp",