1
0
Fork 0

[Fix] code style by stylua

26-code-colorscheme-selector-on-preview-page
Mist 2024-02-24 20:22:53 +08:00
parent 980751083b
commit 8d83d91159
No known key found for this signature in database
GPG Key ID: B6B08DB7604B8628
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ function visual_utils.get_selected_text()
start_pos, end_pos = end_pos, start_pos
end
if vim.api.nvim_get_mode().mode == 'V' then
if vim.api.nvim_get_mode().mode == "V" then
return get_whole_lines(start_pos[2], end_pos[2])
end