Closed matthieumarrast closed 1 year ago
Solution:
cd /opt/metwork-mfext-2.0/opt/vim/config/vim/bundle
git clone https://github.com/ConradIrwin/vim-bracketed-paste
still facing issues while pasting into vim the plugin vim-bracketed-paste is well deployed but not loaded
as per the list of plugins available here: /opt/metwork-mfext-2.0/opt/vim/config/vim/bundle/
it seems the below plugins are not loaded as "local-additions":
checked with command :help local-additions
into vim
EDIT: this is because there is no /doc
folder for related plugins
check if plugin is loaded with command: :set runtimepath?
fixed with PR #69 by removing vim-bracketed-paste
plugin and removing set t_BE=
in vimrc file
In
metwork-mfext-2
with layerpython3_vim@mfext
activated, when we paste code into file opened with vim, we get extra spaces at the start of each new line.Reference: https://stackoverflow.com/questions/2514445/turning-off-auto-indent-when-pasting-text-into-vim/38258720#38258720
Solution: add plugin
vim-bracketed-paste
I'll push it as a PR.