ignore .git

This commit is contained in:
Daylin Morgan 2022-09-29 11:43:19 -05:00
parent a6b6aa15b3
commit 630e8fffd7
1 changed files with 6 additions and 3 deletions

View File

@ -36,6 +36,12 @@ lvim.plugins = {
lvim.builtin.notify.active = true
lvim.builtin.terminal.active = true
lvim.builtin.telescope.pickers.find_files.find_command = {
"rg",
"--hidden",
"--files",
"--glob=!.git/",
}
local function pick_color()
local colors = { "String", "Identifier", "Keyword", "Number", "Constant" }
@ -81,9 +87,6 @@ lvim.builtin.alpha.dashboard.section.header.val = {
}
-- simpler header
--[[