Compare commits
No commits in common. "4f9f338f903a719f668b329e6fc7cd3ba338c170" and "7b7fee34665dfe3ea6a551866f0f710df127d803" have entirely different histories.
4f9f338f90
...
7b7fee3466
|
@ -4,7 +4,7 @@ local function handle_enter()
|
|||
vim.cmd("ObsidianFollowLink")
|
||||
else
|
||||
local line = vim.api.nvim_get_current_line()
|
||||
if string.match(line, "^%s*- %[[x ]%].*") then
|
||||
if string.match(line, "^%s*- %[ %].*") then
|
||||
util.toggle_checkbox()
|
||||
else
|
||||
vim.cmd("normal! viw:'<,'>ObsidianLink")
|
||||
|
@ -23,14 +23,6 @@ return {
|
|||
name = "Lumentis",
|
||||
path = "~/Workspace/DnD/Lumentis/",
|
||||
},
|
||||
{
|
||||
name = "Notes",
|
||||
path = "~/Workspace/Notes/",
|
||||
},
|
||||
{
|
||||
name = "PhD Notes",
|
||||
path = "~/Workspace/University/PhD/Notes/",
|
||||
},
|
||||
},
|
||||
disable_frontmatter = true,
|
||||
ui = {
|
||||
|
|
Loading…
Reference in New Issue