Skip to content

Commit

Permalink
vim: install elixir config
Browse files Browse the repository at this point in the history
  • Loading branch information
laixintao committed Nov 4, 2019
1 parent 2f80e35 commit bd04148
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitconfig
Expand Up @@ -34,3 +34,5 @@
branch = false
[push]
followTags = true
[diff]
submodule = log
18 changes: 17 additions & 1 deletion .tmuxp/troublehunter.yaml
Expand Up @@ -19,7 +19,23 @@ windows:
- mycli -u root -P3308 -p123 --auto-vertical-output troublehunter
start_directory: /Users/laixintao/Program/alipay/troublehunter
window_name: database
- layout: 650f,173x47,0,0,10
- layout:
options:
automatic-rename: 'off'
panes:
- focus: 'true'
start_directory: /Users/laixintao/Program/alipay/thph5
window_name: thph5
- layout:
options:
automatic-rename: 'off'
panes:
- focus: 'true'
shell_command:
- tnpm run dev
start_directory: /Users/laixintao/Program/alipay/thph5
window_name: tnpm running
- layout:
options:
automatic-rename: 'off'
panes:
Expand Down
4 changes: 2 additions & 2 deletions .vimrc
Expand Up @@ -115,13 +115,13 @@ Plugin 'majutsushi/tagbar' " show tags of codes
Plugin 'Vimjas/vim-python-pep8-indent' " auto indent ()
Plugin 'tweekmonster/django-plus.vim'
Plugin 'spacewander/openresty-vim'
Plugin 'mxw/vim-jsx'
Plugin 'kien/rainbow_parentheses.vim' " Rainbow Parentheses
Plugin 'cespare/vim-toml'
Plugin 'stephpy/vim-yaml'
Plugin 'nvie/vim-flake8'
Plugin 'elixir-editors/vim-elixir'
Plugin 'elixir-editors/vim-elixir' " Elixir
Plugin 'slashmili/alchemist.vim'
Plugin 'mxw/vim-jsx'

" post install (yarn install | npm install) then load plugin only for editing supported files
Plugin 'prettier/vim-prettier', {
Expand Down
2 changes: 1 addition & 1 deletion .yarnrc
Expand Up @@ -2,4 +2,4 @@
# yarn lockfile v1


lastUpdateCheck 1522288933597
lastUpdateCheck 1571801704920
2 changes: 1 addition & 1 deletion bin/sys_proxy
@@ -1 +1 @@
networksetup -setsocksfirewallproxy wi-fi 127.0.0.1 7891
networksetup -setsocksfirewallproxy wi-fi 127.0.0.1 7991

0 comments on commit bd04148

Please sign in to comment.