Skip to content

Commit

Permalink
chore(neovim): tweak boosting factor of telescope-all-recent (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 authored Dec 9, 2024
1 parent 4263016 commit fc8df34
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion config/.config/nvim/lua/plugins/editor/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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,
},
},
},
}

0 comments on commit fc8df34

Please sign in to comment.