mirror of
https://github.com/NvChad/NvChad.git
synced 2025-07-29 00:00:16 -04:00
Compare commits
2 Commits
e121bde8d8
...
c2ec317b1b
Author | SHA1 | Date | |
---|---|---|---|
|
c2ec317b1b | ||
|
2fedda14ed |
@ -40,7 +40,7 @@ M.gen_chadrc_template = function()
|
||||
local path = fn.stdpath "config" .. "/lua/custom"
|
||||
|
||||
if fn.isdirectory(path) ~= 1 then
|
||||
local input = fn.input "Do you want to install example custom config? (y/N): "
|
||||
local input = vim.env.NVCHAD_EXAMPLE_CONFIG or fn.input "Do you want to install example custom config? (y/N): "
|
||||
|
||||
if input:lower() == "y" then
|
||||
M.echo "Cloning example custom config repo..."
|
||||
|
@ -50,14 +50,6 @@ local options = {
|
||||
},
|
||||
|
||||
extensions_list = { "themes", "terms" },
|
||||
extensions = {
|
||||
fzf = {
|
||||
fuzzy = true,
|
||||
override_generic_sorter = true,
|
||||
override_file_sorter = true,
|
||||
case_mode = "smart_case",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
return options
|
||||
|
Loading…
x
Reference in New Issue
Block a user