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}}))