Skip to content

Commit

Permalink
format: config.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Std-Enigma committed Jun 25, 2024
1 parent b80deea commit 0bc41bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/spectre/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local config = {
namespace_status = api.nvim_create_namespace('SEARCH_PANEL_STATUS'),
namespace_result = api.nvim_create_namespace('SEARCH_PANEL_RESULT'),

lnum_UI = 8, -- total line for ui you can edit it
lnum_UI = 8, -- total line for ui you can edit it
line_result = 10, -- line begin result

-- result_padding = '│ ',
Expand Down Expand Up @@ -126,7 +126,7 @@ local config = {
map = '<leader>rd',
cmd = "<cmd>lua require('spectre.actions').run_delete_line()<CR>",
desc = 'delete line',
}
},
},
find_engine = {
['rg'] = {
Expand Down

0 comments on commit 0bc41bf

Please # to comment.