diff --git a/.config/nvim/fnl/init.fnl b/.config/nvim/fnl/init.fnl index 0a50a91..259a6f4 100644 --- a/.config/nvim/fnl/init.fnl +++ b/.config/nvim/fnl/init.fnl @@ -201,12 +201,6 @@ (let [{: setup} (require :ibl)] (setup)) -;; peekaboo - -; there's probably a better way to make this function accessible -; from lua without putting it in another file to be required... -(set vim.g.peekaboo_window "lua require('peekaboo')()") - ;;; generate help files ;; Load all plugins now.