Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
takkii committed Mar 5, 2024
1 parent 3642d58 commit 1dd0197
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions doc/phantom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ License: MIT
*Environment*

Environment construction Python3, vim-plug, deoplete.nvim
Introduction (vim-plug) Plug 'takkii/phantom'
Introduction (vim-plug)

First and startup
Plug 'takkii/phantom', { 'do': 'ruby ./install.rb' }

Second and subsequent startups
Plug 'takkii/phantom'

Settings (deoplete.nvim) :UpdateRemotePlugins
Dependency removal pip3 install -r requirements.txt
Python3.5 ≦ x < Python4.0 Python3.5 or higher
Expand All @@ -17,7 +24,7 @@ x = phantom but less than 4.0 is recommended
==============================================================================
*./phantom*

create a word list cd ~/.neovim/plugged/phantom/dict/
Create a word list manually cd ~/.neovim/plugged/phantom/dict/
cd ~/.vim/plugged/phantom/dict/
php ./php_dict.php
Create log folder ruby ./tools/create.rb
Expand Down

0 comments on commit 1dd0197

Please sign in to comment.