Chnaged plugins and remaps

This commit is contained in:
2024-09-18 19:41:30 +02:00
parent 70ff1d105b
commit 10cf906208
5 changed files with 25 additions and 24 deletions

View File

@@ -1,23 +0,0 @@
--- @type LazyPluginSpec
return {
"epwalsh/obsidian.nvim",
version = "*",
lazy = true,
ft = "markdown",
dependencies = {
"nvim-lua/plenary.nvim",
},
config = function()
local obsidian = require("obsidian")
obsidian.setup({
workspaces = {
{
name = "Main",
path = "~/obsidian/Main",
},
},
})
vim.opt_local.conceallevel = 2
end,
}