Skip to content

Commit

Permalink
fix(obsidian): disable ui
Browse files Browse the repository at this point in the history
conflict obsidian and render-markdown
  • Loading branch information
misumisumi committed Aug 23, 2024
1 parent ace5aca commit 9fd0489
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lua/user/configs/tool/obsidian.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ M.setup = {
attachments = {
img_folder = "assets",
},
ui = {
enable = false,
},
note_id_func = function(title) -- luacheck: ignore
-- just use unix timestamp for note id
return tostring(os.time())
Expand Down
2 changes: 1 addition & 1 deletion lua/user/plugins/lang.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lang["dhruvasagar/vim-table-mode"] = {
}
lang["kiyoon/jupynium.nvim"] = {
lazy = true,
ft = "python",
event = "BufEnter *.ju.*",
build = function()
if not vim.fn.filereadable("/etc/NIXOS") then
return "pip install --user ."
Expand Down

0 comments on commit 9fd0489

Please sign in to comment.