Buenas,
Veréis , soy un total noob en este software (https://www.vim.org/).
He llegado a él porque quiero usar unos plugins que un chaval de la comunidad git hub hizo pero claro, mi problema es que no consigo dejarlo listo para meter plugins.
Siguiendo las instrucciones que dice, cito a continuación
spoiler## Installation:
Installation with [vim-plug][14]: ~
Put this in your .vimrc: >
call plug#begin('~/.vim/plugged')
Plug 'KnoP-01/krl-for-vim'
call plug#end()
syntax off " undo what plug#begin() did to syntax
filetype plugin indent off " undo what plug#begin() did to filetype
syntax on " syntax and filetype on in that order
filetype plugin indent on " syntax and filetype on in that order
For the first installation run: >
:PlugInstall
Update every once in a while with: >
:PlugUpdate
Manual installation: ~
Extract the most recent [release][1] and copy the folders
/doc
, /ftdetect
, /ftplugin
, /indent
and /syntax
into your ~/.vim/
or %USERPROFILE%\vimfiles\
directory.
Overwrite krl.* files from older installation.
Put the following in your .vimrc: >
syntax on " syntax and filetype on in that order
filetype plugin indent on " syntax and filetype on in that order
You may have to run >
:helptags ~/.vim/doc/
or >
:helptags ~/vimfiles/doc/
to use the help within Vim after installation. >
:help krl
FAQ
No consigo configurarlo para que me permita lanzar el :PluginInstall
Alguien tiene experiencia con este programa en Windows? Mi objetivo es
1- Instalar VIM en Windows
2- Instalar un manager de plugins
3- Instalar un plugin cualquiera
Luego ya veré y me pegaré con este plugin en concreto por el cual he empezado a utilizar el editor VIM para Windows.
Alguien tiene experiencia con esto y me puede enlazar a un tutorial (yt , etc) para poder dejar esto listo
El enlace del plugin que necesito instalar es este:
https://github.com/KnoP-01/krl-for-vim
Saludos y gracias por adelantado