diff --git a/home/private_dot_config/lvim/lua/plugins.lua b/home/private_dot_config/lvim/lua/plugins.lua index 6b3a345..80f3e9b 100644 --- a/home/private_dot_config/lvim/lua/plugins.lua +++ b/home/private_dot_config/lvim/lua/plugins.lua @@ -36,7 +36,19 @@ lvim.plugins = { lvim.builtin.notify.active = true lvim.builtin.terminal.active = true - +lvim.builtin.telescope.defaults.vimgrep_arguments = { + vimgrep_arguments = { + "rg", + "--color=never", + "--no-heading", + "--with-filename", + "--line-number", + "--column", + "--smart-case", + "--hidden", + -- "--glob=!.git/", + }, +} local function pick_color() local colors = { "String", "Identifier", "Keyword", "Number", "Constant" } return colors[math.random(#colors)] @@ -81,9 +93,6 @@ lvim.builtin.alpha.dashboard.section.header.val = { } - - - -- simpler header --[[ ╦ ╦ ╦╔╗╔╔═╗╦═╗╦ ╦╦╔╦╗