VIM: Difference between revisions

383 bytes added ,  6 December 2019
→‎gvim on Windows 10: Installing vim-plug on Windows 10
→‎Plug-ins: Ultisnips requires py >= 2.7 or py3
→‎gvim on Windows 10: Installing vim-plug on Windows 10
Line 243: Line 243:


= gvim on Windows 10 =
= gvim on Windows 10 =
== Installing vim-plug ==
{{testedon|2019-12-06|Windows 10 v1903 (build#18362.449),VIM 8.1.1657}}
<source lang="doscon">
PS C:\> $uri = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
(New-Object Net.WebClient).DownloadFile(
  $uri,
  $ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath(
    "~\vimfiles\autoload\plug.vim"
  )
)
</source>


== Ultisnips requires py >= 2.7 or py3 ==
== Ultisnips requires py >= 2.7 or py3 ==
Line 253: Line 267:
C:\Python38> copy python38.dll python37.dll
C:\Python38> copy python38.dll python37.dll
</source>
</source>


= Plug-ins =
= Plug-ins =