code format
This commit is contained in:
parent
db1ad041ab
commit
518f32d3bb
@ -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({
|
||||
@ -230,8 +230,8 @@ command_center.add({
|
||||
description = 'Symbols outline',
|
||||
cmd = '<CMD>AerialToggle<CR>',
|
||||
keybindings = {
|
||||
{ 'n', '<leader>s', silent_noremap },
|
||||
{ 'n', '<Space>s', silent_noremap },
|
||||
{ 'n', '<leader>s', silent_noremap },
|
||||
{ 'n', '<Space>s', silent_noremap },
|
||||
},
|
||||
},
|
||||
{
|
||||
@ -243,7 +243,3 @@ command_center.add({
|
||||
cmd = '<CMD>set guifont=JetBrainsMonoNL\\ NF:h9<CR>',
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user