summaryrefslogtreecommitdiff
path: root/fnl/config.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2026-04-16 14:55:11 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2026-04-16 14:55:11 +0200
commit83a7f3505a441f1c152229d50a3d6011951a82fc (patch)
treeae2587b570fe975ac630f91d4e21d36680d919f2 /fnl/config.fnl
parent9b57b887676d7a86936e67d4a8c0bd1d9775ee62 (diff)
Update
Diffstat (limited to 'fnl/config.fnl')
-rw-r--r--fnl/config.fnl6
1 files changed, 5 insertions, 1 deletions
diff --git a/fnl/config.fnl b/fnl/config.fnl
index cf50b2f..478bae2 100644
--- a/fnl/config.fnl
+++ b/fnl/config.fnl
@@ -7,12 +7,16 @@
(local {: apply-to-files} (require :util.load))
+(local api (require :hotpot.api))
+(local context (assert (api.context (vim.fn.stdpath :config))))
+
(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
+ :rtp {:paths [(context.locate :destination)]
+ :disabled_plugins [:gzip
:matchit
:netrwPlugin
:tarPlugin