Skip to content

Commit

Permalink
Nothing to see here
Browse files Browse the repository at this point in the history
  • Loading branch information
b3nj5m1n committed Dec 15, 2024
1 parent 45f28de commit 4e8f3bd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion files/nvim/fnl/plugins.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,12 @@
:opts {
:debug true
; :open_cmd "qutebrowser --target window \"%s\""
:get_root (fn [path-of-buffer] "/home/b3nj4m1n/uni/")
:get_root (fn [path-of-buffer]
(if (string.find path-of-buffer "uni")
"/home/b3nj4m1n/uni/"
(if (string.find path-of-buffer "mathedungeon")
"/home/b3nj4m1n/code/mathedungeon"
nil)))
:dependencies_bin {
:tinymist "/run/current-system/sw/bin/tinymist"
:websocat "/run/current-system/sw/bin/websocat"}}
Expand Down

0 comments on commit 4e8f3bd

Please sign in to comment.