From e3a5f4c260d7303d3016f89350a5ead48b9ddb6a Mon Sep 17 00:00:00 2001 From: Talon Date: Thu, 27 Jul 2023 21:07:29 -0600 Subject: [PATCH] typo --- fnl/custom-keys.fnl | 5 +++-- fnl/lazy-setup.fnl | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/fnl/custom-keys.fnl b/fnl/custom-keys.fnl index 42254a6..feb328b 100644 --- a/fnl/custom-keys.fnl +++ b/fnl/custom-keys.fnl @@ -4,6 +4,7 @@ (nmap "" ":write|bdelete" "Save and delete buffer") ;; fuzzy finding (nmap "" ":Telescope find_files" "Telescope find_files") - (nmap "" ":Telescope live_grep" "Telescope find_files") - (nmap "" ":Telescope buffers" "Telescope find_files") + (nmap "" ":Telescope live_grep" "Telescope live_grep") + (nmap "" ":Telescope buffers" "Telescope buffers") + (nmap "" ":Telescope treesitter" "Telescope treesitter") ) diff --git a/fnl/lazy-setup.fnl b/fnl/lazy-setup.fnl index 34d6680..7300c6e 100644 --- a/fnl/lazy-setup.fnl +++ b/fnl/lazy-setup.fnl @@ -43,7 +43,7 @@ {:ensure_installed [:c :lua :vim :vimdoc :query ; required :fennel] ; add new languages here :sync_install false - :auto_intstall false + :auto_install false :ignore_install [] ; could :ensure_installed :all, then ignore unwanted. :highlight {:enable true} :indent {:enable true}}))