Skip to content
/ winvim Public

use Windows and WSL2 / Vim✍

License

Notifications You must be signed in to change notification settings

takkii/winvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5950244 · Feb 19, 2025

History

34 Commits
Jan 25, 2025
Feb 8, 2025
Feb 2, 2025
Jan 15, 2025
Feb 19, 2025
Jan 15, 2025
Feb 8, 2025
Jan 25, 2025

Repository files navigation

Windows / Vim

Use vim and deoplete.nvim on Windows.

Use scoop and vim-plug.

how to use.

# Use scoop.
scoop install vim

# use scoop
iwr -useb https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |`
    ni $HOME/vimfiles/autoload/plug.vim -Force

# use wsl2
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

# Windows side Default.
mkdir GitHub

# Windows side Move.
cd GitHub

# WSL2 side, cd ~/ (home directory).
cd

# Clone.
git clone git@github.com:takkii/winvim.git

# move.
cd winvim

# Eliminate dependent libraries
pip3 install -r requirements.txt

# Create, .vimrc and .gvimrc
ruby install.rb

# Delete, .vimrc and .gvimrc
ruby delete.rb

※ No wiki required, very simple.