From a1cdb80a68ed8821c2ed9f22f520cc4e6df8a626 Mon Sep 17 00:00:00 2001 From: BanceDev Date: Tue, 11 Feb 2025 14:38:35 -0500 Subject: add api method to enable/disable inline suggestions --- .lush/init.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to '.lush/init.lua') diff --git a/.lush/init.lua b/.lush/init.lua index d3166d7..a6b5911 100644 --- a/.lush/init.lua +++ b/.lush/init.lua @@ -22,6 +22,9 @@ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. local path = lush.getenv("HOME") .. "/bin:" .. lush.getenv("PATH") lush.setenv("PATH", path) +-- you can choose to enable/disable inline suggestions +lush.suggestions(true) + -- the prompt can be customized here too -- %u is username, %h is hostname, %w is current working directory -- %t is current time in hr:min:sec, %d is date in MM/DD/YYYY -- cgit v1.2.3-59-g8ed1b