Skip to content

Commit

Permalink
feat(note-taking): add obsidian-nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
owittek authored and mehalter committed Apr 4, 2023
1 parent 68af5b8 commit 2a04234
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/astrocommunity/note-taking/obsidian-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Obsidian.nvim

A Neovim plugin for writing and navigating an [Obsidian](https://obsidian.md) vault, written in Lua.
17 changes: 17 additions & 0 deletions lua/astrocommunity/note-taking/obsidian-nvim/obsidian-nvim.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
return {
"epwalsh/obsidian.nvim",
cmd = {
"ObsdianBacklinks",
"ObsidianToday",
"ObsidianYesterday",
"ObsidianOpen",
"ObsidianNew",
"ObsidianSearch",
"ObsidianQuickSwitch",
"ObsidianLink",
"ObsidianLinkNew",
"ObsidianFollowLink",
"ObsidianTemplate",
},
opts = { completion = { nvim_cmp = true } },
}

0 comments on commit 2a04234

Please sign in to comment.