diff --git a/config/.config/nvim/lua/plugins/editor/init.lua b/config/.config/nvim/lua/plugins/editor/init.lua index 13e5bde0..1cdc83b0 100644 --- a/config/.config/nvim/lua/plugins/editor/init.lua +++ b/config/.config/nvim/lua/plugins/editor/init.lua @@ -27,7 +27,11 @@ return { { "prochri/telescope-all-recent.nvim", dependencies = { "kkharji/sqlite.lua" }, - opts = {}, + opts = { + scoring = { + boost_factor = 0.000001, + }, + }, }, { "nvim-telescope/telescope-fzf-native.nvim", build = "make" }, "otavioschwanck/telescope-alternate.nvim", @@ -288,6 +292,9 @@ return { model = "claude-3-5-sonnet-20240620", api_key_name = { "op", "read", "op://Personal/anthropic-api-key-avante-nvim/credential" }, }, + behaviour = { + auto_suggestions = true, + }, }, }, }