%# %>
Install this plugin with your favorite Vim packaging system:
Choose a Vim package manager above to get started!
This option requires Vim 8.0 or newer.
packloadall
to your <% if (os === "windows")
{ %> %USERPROFILE%\_vimrc
file (or
%USERPROFILE%\vimfiles\vimrc
) <% } else { %>
~/.vimrc
file <% } %> if not already present.
%USERPROFILE%\vimfiles\pack\external\start\
. <% } else { %>
~/.vim/pack/external/start/
. <% } %>
quick-lint-js.vim
directory into the <% if (os === "windows")
{ %>
%USERPROFILE%\vimfiles\pack\external\start\
<% } else { %>
~/.vim/pack/external/start/
<% } %> directory.
This option requires Pathogen.
quick-lint-js.vim
directory into the <% if
(os === "windows") { %>
%USERPROFILE%\vimfiles\bundle\
<% } else { %>
~/.vim/bundle/
<% } %> directory.
This option requires Vim-Plug.
vimrc
file between
call plug#begin(...)
and
call plug#end()
:
Plug 'quick-lint/quick-lint-js', {'rtp': 'plugin/vim/quick-lint-js.vim', 'tag': '<%= qljsVersionInfo.version %>'}
:PlugInstall
.This option requires Vundle.
Using Vundle is not recommended. Vundle doesn't support version pinning. We recommend using a different Vim plugin manager.
vimrc
file between
call vundle#begin(...)
and
call vundle#end()
:
Plugin 'quick-lint/quick-lint-js', {'rtp': 'plugin/vim/quick-lint-js.vim'}
:PluginInstall
.