From 518f32d3bb2e32e44f0728a3a919a01e5fd6935a Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Sat, 15 Oct 2022 12:50:37 +0200 Subject: [PATCH] code format --- lua/setup/my_command_center.lua | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/lua/setup/my_command_center.lua b/lua/setup/my_command_center.lua index bcdaa85..6a6a0a9 100644 --- a/lua/setup/my_command_center.lua +++ b/lua/setup/my_command_center.lua @@ -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 = 'AerialToggle', keybindings = { - { 'n', 's', silent_noremap }, - { 'n', 's', silent_noremap }, + { 'n', 's', silent_noremap }, + { 'n', 's', silent_noremap }, }, }, { @@ -243,7 +243,3 @@ command_center.add({ cmd = 'set guifont=JetBrainsMonoNL\\ NF:h9', }, }) - - - -