aboutsummaryrefslogtreecommitdiff
path: root/init.fnl
diff options
context:
space:
mode:
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))