You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vim.api.nvim_get_option replace use nvim_get_option_value
vim.lsp.get_active_clients replace use get_clients
vim.lsp.util.trim_empty_lines replace use vim.split (At present, it seems that it is not possible to achieve the effect of only clearing the first and last blank lines through vim split.)
The text was updated successfully, but these errors were encountered:
vim.api.nvim_get_option
replace usenvim_get_option_value
vim.lsp.get_active_clients
replace useget_clients
vim.lsp.util.trim_empty_lines
replace usevim.split
(At present, it seems that it is not possible to achieve the effect of only clearing the first and last blank lines through vim split.)The text was updated successfully, but these errors were encountered: