Changed style of fuzzy search in current buffer

This commit is contained in:
2025-07-11 17:53:53 +09:00
parent 576b351fb9
commit da2fd1179c
2 changed files with 14 additions and 9 deletions
+13 -1
View File
@@ -21,7 +21,19 @@ return {
},
},
},
},
live_grep = {
layout_strategy = "vertical",
layout_config = {
width = 0.75,
},
},
current_buffer_fuzzy_find = {
layout_strategy = "horizontal",
layout_config = {
width = 0.75,
},
},
},
extensions = {
file_browser = {
hijack_netrw = true,