System Details
- Vim or NeoVim?:NeoVim
- Version of Vim (run
vim --version) or NeoVim (run nvim --version):0.4.4
- Version of
coc-powershell (in Vim or NeoVim: :CocList extensions coc-powershell):0.1.14
- Operating System:windows 10
- PowerShell version (in PowerShell:
$PSVersionTable):7.1.1
Issue Description
I am experiencing a problem with...
formatting ps1 files
xmap <leader>f <Plug>(coc-format-selected) nmap <leader>f <Plug>(coc-format-selected)
formats the selected file but results in ^M at the end of every line.
I have a .editconfig file and tested it with opening and loading files with all 3 possible lineendings. Checked the line endings.
But no matter what I get the ^M after formatting
Expected Behaviour
Formatted without the ^M
-- Description of what should be happening --
Actual Behaviour
-- Description of what actually happens --
System Details
vim --version) or NeoVim (runnvim --version):0.4.4coc-powershell(in Vim or NeoVim::CocList extensions coc-powershell):0.1.14$PSVersionTable):7.1.1Issue Description
I am experiencing a problem with...
formatting ps1 files
xmap <leader>f <Plug>(coc-format-selected) nmap <leader>f <Plug>(coc-format-selected)formats the selected file but results in ^M at the end of every line.
I have a .editconfig file and tested it with opening and loading files with all 3 possible lineendings. Checked the line endings.
But no matter what I get the ^M after formatting
Expected Behaviour
Formatted without the ^M
-- Description of what should be happening --
Actual Behaviour
-- Description of what actually happens --