-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0fb8878
commit da42a63
Showing
15 changed files
with
251 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
return function() | ||
require("obsidian").setup({ | ||
dir = "~/notes", | ||
completion = { | ||
nvim_cmp = true, | ||
}, | ||
}) | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
[ | ||
{ | ||
"Command": [], | ||
"Constant": [], | ||
"Constructor": [], | ||
"Deprecated": [], | ||
"Field": [], | ||
"Function": [], | ||
"Method": [ | ||
{ | ||
"def": "ReloadConfiguration:bindHotkeys(mapping)", | ||
"desc": "Binds hotkeys for ReloadConfiguration", | ||
"doc": "Binds hotkeys for ReloadConfiguration\n\nParameters:\n * mapping - A table containing hotkey modifier/key details for the following items:\n * reloadConfiguration - This will cause the configuration to be reloaded", | ||
"name": "bindHotkeys", | ||
"parameters": [ | ||
" * mapping - A table containing hotkey modifier/key details for the following items:", | ||
" * reloadConfiguration - This will cause the configuration to be reloaded" | ||
], | ||
"signature": "ReloadConfiguration:bindHotkeys(mapping)", | ||
"stripped_doc": "", | ||
"type": "Method" | ||
}, | ||
{ | ||
"def": "ReloadConfiguration:start()", | ||
"desc": "Start ReloadConfiguration", | ||
"doc": "Start ReloadConfiguration\n\nParameters:\n * None", | ||
"name": "start", | ||
"parameters": [ | ||
" * None" | ||
], | ||
"signature": "ReloadConfiguration:start()", | ||
"stripped_doc": "", | ||
"type": "Method" | ||
} | ||
], | ||
"Variable": [ | ||
{ | ||
"def": "ReloadConfiguration.watch_paths", | ||
"desc": "List of directories to watch for changes, defaults to hs.configdir", | ||
"doc": "List of directories to watch for changes, defaults to hs.configdir", | ||
"name": "watch_paths", | ||
"signature": "ReloadConfiguration.watch_paths", | ||
"stripped_doc": "", | ||
"type": "Variable" | ||
} | ||
], | ||
"desc": "Adds a hotkey to reload the hammerspoon configuration, and a pathwatcher to automatically reload on changes.", | ||
"doc": "Adds a hotkey to reload the hammerspoon configuration, and a pathwatcher to automatically reload on changes.\n\nDownload: [https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ReloadConfiguration.spoon.zip](https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ReloadConfiguration.spoon.zip)", | ||
"items": [ | ||
{ | ||
"def": "ReloadConfiguration:bindHotkeys(mapping)", | ||
"desc": "Binds hotkeys for ReloadConfiguration", | ||
"doc": "Binds hotkeys for ReloadConfiguration\n\nParameters:\n * mapping - A table containing hotkey modifier/key details for the following items:\n * reloadConfiguration - This will cause the configuration to be reloaded", | ||
"name": "bindHotkeys", | ||
"parameters": [ | ||
" * mapping - A table containing hotkey modifier/key details for the following items:", | ||
" * reloadConfiguration - This will cause the configuration to be reloaded" | ||
], | ||
"signature": "ReloadConfiguration:bindHotkeys(mapping)", | ||
"stripped_doc": "", | ||
"type": "Method" | ||
}, | ||
{ | ||
"def": "ReloadConfiguration:start()", | ||
"desc": "Start ReloadConfiguration", | ||
"doc": "Start ReloadConfiguration\n\nParameters:\n * None", | ||
"name": "start", | ||
"parameters": [ | ||
" * None" | ||
], | ||
"signature": "ReloadConfiguration:start()", | ||
"stripped_doc": "", | ||
"type": "Method" | ||
}, | ||
{ | ||
"def": "ReloadConfiguration.watch_paths", | ||
"desc": "List of directories to watch for changes, defaults to hs.configdir", | ||
"doc": "List of directories to watch for changes, defaults to hs.configdir", | ||
"name": "watch_paths", | ||
"signature": "ReloadConfiguration.watch_paths", | ||
"stripped_doc": "", | ||
"type": "Variable" | ||
} | ||
], | ||
"name": "ReloadConfiguration", | ||
"stripped_doc": "\nDownload: [https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ReloadConfiguration.spoon.zip](https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ReloadConfiguration.spoon.zip)", | ||
"submodules": [], | ||
"type": "Module" | ||
} | ||
] |
Oops, something went wrong.