From 6978d528fe5c2607864ee954644765197c9096d2 Mon Sep 17 00:00:00 2001 From: buffet Date: Sat, 15 May 2021 00:24:42 +0000 Subject: [PATCH] Remove TODO --- nvim/.config/nvim/fnl/modules/keybinds.fnl | 1 - 1 file changed, 1 deletion(-) 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})