diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2024-06-04 15:52:19 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | 19258f83e9f10e20241e41407600c71b2805e157 (patch) | |
| tree | 055d9f4160dc8b376d65b56817dffcdaec50b7c3 /dot_config/nvim/lua/plugins | |
| parent | bc87e557a48ae16924ac0cbfd30a21609479dc17 (diff) | |
fix(nvim): remove external url function for obsidian
Diffstat (limited to 'dot_config/nvim/lua/plugins')
| -rw-r--r-- | dot_config/nvim/lua/plugins/obsidian.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dot_config/nvim/lua/plugins/obsidian.lua b/dot_config/nvim/lua/plugins/obsidian.lua index f66e1d1..93920c3 100644 --- a/dot_config/nvim/lua/plugins/obsidian.lua +++ b/dot_config/nvim/lua/plugins/obsidian.lua @@ -31,11 +31,5 @@ return { }, }, - -- follow_url_func = function(url) - -- -- Open the URL in the default web browser. - -- vim.fn.jobstart({"Start-Process 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge'", url}) -- Mac OS - -- -- vim.fn.jobstart({"xdg-open", url}) -- linux - -- end, - }, } |
