mirror of
https://github.com/ForeverPyrite/dotfiles.git
synced 2025-12-10 01:08:06 +00:00
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:
@@ -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/",
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user