From eb8e0fa7ccdc2b8b28b344b18ef2f081553f91e9 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sat, 25 May 2024 10:20:12 +0200 Subject: add vps again --- mut/neovim/.hotpot.lua | 2 +- mut/neovim/fnl/conf/init.fnl | 2 +- mut/neovim/init.lua | 2 +- mut/st | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'mut') 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 diff --git a/mut/st b/mut/st index d0cddd9..42ad742 160000 --- a/mut/st +++ b/mut/st @@ -1 +1 @@ -Subproject commit d0cddd9c9e004f794c3bc5d63b1bf1ef7d964ef9 +Subproject commit 42ad74281ace2c9ae385a35d65c51d4cae4fe47f -- cgit v1.2.3