code format

This commit is contained in:
Oliver Hartmann 2022-10-15 12:50:37 +02:00
parent db1ad041ab
commit 518f32d3bb

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>',
},
})