ignore .git

This commit is contained in:
Daylin Morgan 2022-09-29 11:43:19 -05:00
parent a6b6aa15b3
commit 43b1660a24

View file

@ -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
--[[