📦️ deps(nvim): using obsidian.nvim fork from the community
This commit is contained in:
parent
95dc18da5b
commit
db589ff2ee
1 changed files with 12 additions and 2 deletions
|
@ -9,7 +9,8 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"epwalsh/obsidian.nvim",
|
-- "epwalsh/obsidian.nvim",
|
||||||
|
"obsidian-nvim/obsidian.nvim", -- NOTE: Using a fork from the community
|
||||||
ft = "markdown",
|
ft = "markdown",
|
||||||
keys = {
|
keys = {
|
||||||
{ prefix .. "o", "<cmd>ObsidianOpen<CR>", desc = "Open on App" },
|
{ prefix .. "o", "<cmd>ObsidianOpen<CR>", desc = "Open on App" },
|
||||||
|
@ -33,7 +34,7 @@ return {
|
||||||
workspaces = {
|
workspaces = {
|
||||||
{
|
{
|
||||||
name = "personal-brain",
|
name = "personal-brain",
|
||||||
path = "~/documents/obsidian/personal-brain/",
|
path = "~/documents/obsidian/personal-brain/vault",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -46,6 +47,15 @@ return {
|
||||||
template = "00 - Data/Plantillas/Diariamente.md",
|
template = "00 - Data/Plantillas/Diariamente.md",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
completion = {
|
||||||
|
nvim_cmp = false,
|
||||||
|
blink = true,
|
||||||
|
},
|
||||||
|
|
||||||
|
picker = {
|
||||||
|
name = "snacks.pick",
|
||||||
|
},
|
||||||
|
|
||||||
mappings = {
|
mappings = {
|
||||||
["gf"] = {
|
["gf"] = {
|
||||||
action = function()
|
action = function()
|
||||||
|
|
Loading…
Add table
Reference in a new issue