-
-
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.
Merge pull request #39 from takkii/develop
Update.
- Loading branch information
Showing
2 changed files
with
52 additions
and
0 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 |
---|---|---|
@@ -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 | ||
|
||
============================================================================== |
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 |
---|---|---|
@@ -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 | ||
|
||
============================================================================== |