-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,30 @@ | ||
### Windows / Vim | ||
|
||
Use vim and deoplete.nvim on Windows. | ||
|
||
#### how to use. | ||
|
||
```markdown | ||
# how to use. | ||
# Use scoop. | ||
scoop install vim | ||
``` | ||
|
||
# Default, folder directroy | ||
mkdir GitHub | ||
|
||
# Move. | ||
cd GitHub | ||
|
||
# Clone. | ||
git glone git@github.com:takkii/winvim.git | ||
|
||
# move. | ||
cd winvim | ||
|
||
# Create, .vimrc and .gvimrc | ||
ruby win_install.rb | ||
|
||
# Delete, .vimrc and .gvimrc | ||
ruby delete.rb | ||
``` | ||
|
||
※ No wiki required, very simple. |