diff options
| author | Mike Vink <mike@pionative.com> | 2024-05-25 10:20:12 +0200 |
|---|---|---|
| committer | Mike Vink <mike@pionative.com> | 2024-05-25 10:20:33 +0200 |
| commit | eb8e0fa7ccdc2b8b28b344b18ef2f081553f91e9 (patch) | |
| tree | ac221430329c9ccfddb420770bc4afee6072b0a7 /mut/neovim | |
| parent | d91e0da1605e150190b3e452b53cdf10087dba77 (diff) | |
add vps again
Diffstat (limited to 'mut/neovim')
| -rw-r--r-- | mut/neovim/.hotpot.lua | 2 | ||||
| -rw-r--r-- | mut/neovim/fnl/conf/init.fnl | 2 | ||||
| -rw-r--r-- | mut/neovim/init.lua | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mut/neovim/.hotpot.lua b/mut/neovim/.hotpot.lua index 118f0ac..4accedb 100644 --- a/mut/neovim/.hotpot.lua +++ b/mut/neovim/.hotpot.lua @@ -1,6 +1,6 @@ return { build = { - {verbose = false}, + {verbose = true}, {"fnl/**/*macro*.fnl", false}, -- dont compile macro files {"init.fnl", true}, {"fnl/conf/**/*.fnl", true}, diff --git a/mut/neovim/fnl/conf/init.fnl b/mut/neovim/fnl/conf/init.fnl index 05fbdac..d2d4929 100644 --- a/mut/neovim/fnl/conf/init.fnl +++ b/mut/neovim/fnl/conf/init.fnl @@ -112,7 +112,7 @@ { :workspaces [{ :name "notes" - :path "~/Sync/my/notes"}]})) + :path (if (= 1 (vim.fn.isdirectory (vim.fn.expand "~/Sync/my/notes"))) "~/Sync/my/notes" "~/sync/my/notes")}]})) (do diff --git a/mut/neovim/init.lua b/mut/neovim/init.lua index aaa1260..bf643df 100644 --- a/mut/neovim/init.lua +++ b/mut/neovim/init.lua @@ -1 +1 @@ -return require("conf") +return require("conf")
\ No newline at end of file |
