diff options
Diffstat (limited to 'fnl/config/harpoon.fnl')
-rw-r--r-- | fnl/config/harpoon.fnl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fnl/config/harpoon.fnl b/fnl/config/harpoon.fnl index 9bdd81f..41b6b81 100644 --- a/fnl/config/harpoon.fnl +++ b/fnl/config/harpoon.fnl @@ -1,5 +1,7 @@ ;; Harpoon files for navigation. +(local util (require :config.util)) + (fn setup [] (vim.keymap.set :n :<tab> (fn [] |