From 6b2364c7f9f8044ff870c0e0a2d157b2640c058e Mon Sep 17 00:00:00 2001 From: max397574 Date: Sat, 18 Dec 2021 21:58:07 +0100 Subject: fix(breaking): fixed new syntax --- lua/startup/utils.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lua/startup/utils.lua') diff --git a/lua/startup/utils.lua b/lua/startup/utils.lua index d59c984..96183dc 100644 --- a/lua/startup/utils.lua +++ b/lua/startup/utils.lua @@ -56,12 +56,12 @@ function U.breaking_changes() " ### New syntax:", " ```lua", ' content = {', - ' {[" Find File"], "Telescope find_files", "ff" }', - ' {[" Find Word"], "Telescope live_grep", "lg" }', - ' {[" Recent Files"], "Telescope oldfiles", "of" }', - ' {[" File Browser"], "Telescope file_browser", "fb" }', - ' {[" Colorschemes"], "Telescope colorscheme", "cs" }', - [[ {[" New File"], "lua require'startup'.new_file()", "nf" }]], + ' {" Find File", "Telescope find_files", "ff" }', + ' {" Find Word", "Telescope live_grep", "lg" }', + ' {" Recent Files", "Telescope oldfiles", "of" }', + ' {" File Browser", "Telescope file_browser", "fb" }', + ' {" Colorschemes", "Telescope colorscheme", "cs" }', + [[ {" New File", "lua require'startup'.new_file()", "nf" }]], ' }', " ```", } -- cgit v1.2.3