Skip to content

Commit

Permalink
Merge pull request #39 from takkii/develop
Browse files Browse the repository at this point in the history
Update.
  • Loading branch information
takkii authored Sep 30, 2023
2 parents d37a98e + 9c96783 commit 5ab6739
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
26 changes: 26 additions & 0 deletions doc/phantom.jax
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
*phantom*

version: 2023/09/30
Author: takkii <[email protected]>
License: MIT

==============================================================================
*環境構築*

環境構築 Python3, vim-plug, deoplete.nvim
導入(vim-plug) Plug 'takkii/phantom'
設定(deoplete.nvim) :UpdateRemotePlugins
依存解消 pip3 install -r requirements.txt
Python3.5 ≦ x < Python4.0 Python3.5以上4.0未満を推奨します
x = phantom

==============================================================================
*./phantom*

辞書読み込み Plug 'takkii/config' or $HOME/config
phantomと同じ動作 $HOME/configを読み込み時
ログフォルダ作成 ruby log_folder.rb
環境構築自動 ruby install.rb
configフォルダ/requirements削除 ruby uninstall.rb

==============================================================================
26 changes: 26 additions & 0 deletions doc/phantom.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
*phantom*

version: 2023/09/30
Author: takkii <[email protected]>
License: MIT

==============================================================================
*Environment*

Environment construction Python3, vim-plug, deoplete.nvim
Introduction (vim-plug) Plug 'takkii/phantom'
Settings (deoplete.nvim) :UpdateRemotePlugins
Dependency removal pip3 install -r requirements.txt
Python3.5 ≦ x < Python4.0 Python3.5 or higher
x = phantom but less than 4.0 is recommended

==============================================================================
*./phantom*

Load dictionary Plug 'takkii/config' or $HOME/config
Same behavior as phantom $HOME/config
Create log folder ruby log_folder.rb
Automatic environment construction ruby install.rb
Delete Config folder and Requirements ruby uninstall.rb

==============================================================================

0 comments on commit 5ab6739

Please sign in to comment.