ignore .git
This commit is contained in:
parent
a6b6aa15b3
commit
630e8fffd7
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
--[[
|
||||
╦ ╦ ╦╔╗╔╔═╗╦═╗╦ ╦╦╔╦╗
|
||||
|
|
Loading…
Reference in a new issue