This commit is contained in:
2024-08-25 15:05:50 +02:00
parent b6f39974ae
commit 45ed7f9394
9 changed files with 91 additions and 120 deletions

View File

@@ -48,7 +48,6 @@ in {
nvim-treesitter-textobjects
nvim-ts-context-commentstring
nvim-web-devicons
obsidian-nvim
oil-nvim
plenary-nvim
rainbow-delimiters-nvim

View File

@@ -1,27 +0,0 @@
return {
{
"epwalsh/obsidian.nvim",
lazy = true,
event = {
"BufReadPre /home/elias/Dropbox/IJB/IJB-Notes/*",
"BufNewFile /home/elias/Dropbox/IJB/IJB-Notes/*",
},
dependencies = {
"nvim-lua/plenary.nvim",
"hrsh7th/nvim-cmp",
"nvim-telescope/telescope.nvim",
"nvim-treesitter",
},
config = function()
vim.opt.conceallevel = 2
require("obsidian").setup({
workspaces = {
{
name = "IJB-Notes",
path = "/home/elias/Dropbox/IJB/IJB-Notes",
},
},
})
end,
},
}