master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 518f32d3bb - Show all commits

View File

@@ -6,8 +6,8 @@ local silent_noremap = { noremap = true, silent = true }
project_files = function()
local opts = {} -- define here if you want to define something
local ok = pcall(require"telescope.builtin".git_files, opts)
if not ok then require"telescope.builtin".find_files(opts) end
local ok = pcall(require "telescope.builtin".git_files, opts)
if not ok then require "telescope.builtin".find_files(opts) end
end
command_center.add({
@@ -243,7 +243,3 @@ command_center.add({
cmd = '<CMD>set guifont=JetBrainsMonoNL\\ NF:h9<CR>',
},
})