diff --git a/nvim/.config/nvim/fnl/modules/keybinds.fnl b/nvim/.config/nvim/fnl/modules/keybinds.fnl index 29fb829..d933075 100644 --- a/nvim/.config/nvim/fnl/modules/keybinds.fnl +++ b/nvim/.config/nvim/fnl/modules/keybinds.fnl @@ -8,7 +8,6 @@ (nvim.command "let g:mapleader = \"\\\"") -;; TODO: look into compe (utils.keymap :i "" "compe#complete()" {:expr true}) (utils.keymap :i "" "compe#close('')" {:expr true})