mirror of
https://github.com/softinio/nvim-config.git
synced 2025-10-19 03:36:42 -07:00
Compare commits
No commits in common. "e89dc85e3a4116796d4393d37c12c31737e6f17c" and "9a41e9cc3c4f855142a130f945ec31703ac76737" have entirely different histories.
e89dc85e3a
...
9a41e9cc3c
1 changed files with 22 additions and 0 deletions
22
lua/plugins/obsidian.lua
Normal file
22
lua/plugins/obsidian.lua
Normal file
|
@ -0,0 +1,22 @@
|
|||
return {
|
||||
"epwalsh/obsidian.nvim",
|
||||
lazy = true,
|
||||
ft = "markdown",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
keys = {
|
||||
{ "<leader>fo", "<cmd>ObsidianQuickSwitch<cr>", desc = "Obsidian Quick Switch (Telescope)" },
|
||||
{ "<leader>fn", "<cmd>ObsidianNew<cr>", desc = "Create a new obsidian note" },
|
||||
{ "<leader>fs", "<cmd>ObsidianSearch<cr>", desc = "Obsidian Search" },
|
||||
{ "<leader>fd", "<cmd>ObsidianToday<cr>", desc = "Obsidian new daily note" },
|
||||
},
|
||||
opts = {
|
||||
workspaces = {
|
||||
{
|
||||
name = "personal",
|
||||
path = "/Users/salar/Library/Mobile Documents/iCloud~md~obsidian/Documents/Softinio",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue