diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-07-10 00:56:20 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-07-10 00:56:20 +0200 |
commit | 74cc4a032f3eed37e6ab60d15e01db8e6ae220c0 (patch) | |
tree | 88b0692877f0fba1050134aa1bd48fc6d6092d3a | |
parent | cf8435e5c7707e1ee9499bc2330fb43b286d5cd7 (diff) |
Set dev root path
-rw-r--r-- | fnl/aktersnurra.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/aktersnurra.fnl b/fnl/aktersnurra.fnl index ccbf394..73ec261 100644 --- a/fnl/aktersnurra.fnl +++ b/fnl/aktersnurra.fnl @@ -14,6 +14,7 @@ (local opts {:install {:colorscheme [:no-clown-fiesta]} :debug false :defaults {:lazy false} + :dev {:path (.. (vim.fn.expand :$HOME) :/projects)} :performance {:cache {:enabled true} :rtp {:disabled_plugins [:gzip :matchit |