bro can't stop committing

1. Added `tree-sitter-cli` as a Rust package/dependancy
2. Updated README accordingly
3. Changed the default vault paths in obsidian.lua to my actual paths.
(Imagine copy and pasting the default, what a loser)
This commit is contained in:
ForeverPyrite
2025-09-17 22:30:26 -04:00
parent 8ebbaf169d
commit f33e6a77a3
3 changed files with 17 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
return {
"epwalsh/obsidian.nvim",
version = "*", -- recommended, use latest release instead of latest commit
version = "*", -- recommended, use latest release instead of latest commit
lazy = true,
ft = "markdown",
-- Replace the above line with this if you only want to load obsidian.nvim for markdown files in your vault:
@@ -20,12 +20,10 @@ return {
opts = {
workspaces = {
{
name = "personal",
path = "~/vaults/personal",
},
{
name = "work",
path = "~/vaults/work",
-- Yeah, everything is in one vault. So what?
-- I'm an idiot.
name = "vault",
path = "~/Obsidian/Vault/",
},
},