-
-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
Description
I'm using Windows, and EOL is LF (yes, I am not a fan of CRLF)
But whatever I replace text, it comes up with ^M at the end of the line.
Default setup
return {
"nvim-pack/nvim-spectre",
dependencies = {
"nvim-lua/plenary.nvim",
},
keys = {
{
"<leader>S",
function()
require("spectre").toggle()
end,
desc = "Spectre",
},
},
opts = {},
}Reactions are currently unavailable
