chore: Archive vimrc
This commit is contained in:
parent
577be59f57
commit
7baae6f624
8 changed files with 0 additions and 0 deletions
|
@ -1,17 +0,0 @@
|
|||
" vim: filetype=vim
|
||||
" ==============================
|
||||
" Windows Specific Configuration
|
||||
" ==============================
|
||||
|
||||
" ----- Cleaning up
|
||||
let $MYVIMRC="C:\_config\vim\vimrc"
|
||||
|
||||
" ----- Install plug (Plugin Manager)
|
||||
md ~\AppData\Local\nvim-data\site\autoload
|
||||
$uri = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
|
||||
(New-Object Net.WebClient).DownloadFile(
|
||||
$uri,
|
||||
$ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath(
|
||||
"~\AppData\Local\nvim-data\site\autoload\plug.vim"
|
||||
)
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue