aboutsummaryrefslogtreecommitdiff
path: root/init.fnl
diff options
context:
space:
mode:
authorame <[email protected]>2024-11-13 06:58:28 -0600
committerame <[email protected]>2024-11-13 06:58:28 -0600
commitc0b8ffff0478746ff485aab5e092106be4973c42 (patch)
treeafd4cb2dfa98181c91a9d4807278a6563ee151fe /init.fnl
parent02ae7ec2b9b8e9447eaeb79c294b24bd4767a740 (diff)
fix install
Diffstat (limited to 'init.fnl')
-rw-r--r--init.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.fnl b/init.fnl
index eb7af43..3438c99 100644
--- a/init.fnl
+++ b/init.fnl
@@ -4,7 +4,7 @@
(global settings (require :settings))
-(when (~= (vim.fn.getenv :NVIM_DEBUG) 1)
+(when (~= (vim.fn.getenv :NVIM_DEBUG) :1)
(require :keybinds)
(require :defaults)
(require :opt))