Correct missing comma #485 (#487)

This commit is contained in:
Peacock
2021-02-01 20:10:23 +09:00
committed by GitHub
parent ef3262f94a
commit fc54211868

View File

@@ -285,7 +285,7 @@ require('telescope').setup{
["<CR>"] = actions.goto_file_selection_edit + actions.center + my_cool_custom_action,
},
n = {
["<esc>"] = actions.close
["<esc>"] = actions.close,
["<C-i>"] = my_cool_custom_action,
},
},