hophacker
2bd1e6ec58
Replace call to deprecated function
2019-04-10 18:52:11 +08:00
Steven Barragán
11fd4c6ee7
Setup RipGrep for:grep
2019-04-10 18:02:42 +08:00
hophacker
a0bfa3f963
Migrate from the silver searcher to ripgrep
2019-04-10 17:59:38 +08:00
hophacker
6930266611
remove vim-jsx, jshint2
2018-12-18 20:05:50 +08:00
hophacker
d6d7cd2edb
remove tern_for_vim
2018-12-18 19:33:03 +08:00
Zhou Yicheng
f4337b533d
Better fix with ALE
2018-12-04 16:08:23 +08:00
Zhou Yicheng
7159f94e3d
Auto fix eslint
2018-12-04 14:57:37 +08:00
hophacker
1905ef741b
make switching index.js component.js into vimscript
2018-11-27 10:12:57 +08:00
hophacker
350050be90
remove skwp/YankRing.vim, add maxbrunsfeld/vim-yankstack ,set yanrk shortcuts
2018-08-23 15:03:48 +08:00
hophacker
16a50e48df
change ale navigation to <localleader>n p
2018-08-23 14:43:21 +08:00
hophacker
dc62b691f3
navigation for ale
2018-08-23 12:44:28 +08:00
hophacker
aace8e2c21
remove a.rb
2018-08-03 17:12:25 +08:00
hophacker
9dc3b1e52d
expandtab for python
2018-07-23 06:58:35 +08:00
hophacker
1c0054a329
python setup, shiftwidth, tabstop, softtabstop
2018-07-23 03:45:21 +08:00
hophacker
484d3846ed
python.vundle and added yapf for python format
2018-07-21 14:33:58 +08:00
Jiawei Li
2c46e5c382
unify shell path setting, fix mac beta version bug
2018-06-29 16:55:35 +08:00
rallets
b6f58d40ba
insert file name
2017-12-15 07:30:32 +08:00
rallets
2c3756fc0e
disable up/down/left/right keys
2017-12-04 18:12:49 +08:00
hophacker
e91eba5838
short for easy-grep
2017-10-28 14:35:04 +08:00
Jie Feng
91408460e0
hunk, gpb
2017-08-19 13:58:34 +08:00
Jie Feng
7f93e296b3
key map fixed for go
2017-08-05 05:00:28 +08:00
Jie Feng
da8c69dfd7
make syntastic work for golang
2017-08-04 10:15:33 +08:00
Jie Feng
0190dad747
more settings and natively support go
2017-08-02 00:15:51 +08:00
Jie Feng
9028e9efbf
more settings
2017-08-01 23:56:20 +08:00
Jie Feng
48e8303612
improvement
2017-08-01 22:49:41 +08:00
hophacker
9c325aa8ee
let ctrlp ignore node_modules
2017-07-06 18:47:05 +08:00
hophacker
baa1a56106
crtrlp ignore fix
2017-07-05 20:30:01 +08:00
hophacker
f5e1747171
added vim-gitgutter, and docs
2017-06-24 05:15:42 +08:00
hophacker
0b6fcc059f
added chinese bracket shortcut
2017-06-21 01:24:20 +08:00
hophacker
310ebd8efe
hophacker to rallets-network
2017-05-16 02:24:48 +08:00
hophacker
6867617f8f
python, docker_clean_images, scp
2017-05-12 18:27:04 +08:00
Jie Feng
97911522d5
stuff
2017-04-09 03:28:56 +08:00
Jie Feng
d49165685e
stuff
2017-03-25 10:21:33 +08:00
Jie Feng
e3086e95db
some chagnes
2017-03-21 12:18:08 +08:00
Jie Feng
a178bc022c
removed unuseful plugins and added some js plugins
2017-03-12 03:05:30 +08:00
Jie Feng
aa5f7e59b2
max line-width to 120 through pymode parameters
2017-03-10 21:45:31 +08:00
Jie Feng
2407f28011
set shell=/usr/bin/zsh instead of bash to make yadr stop suspending vim editing file
2017-03-10 19:24:41 +08:00
Jie Feng
7cb42b2281
merge from old
2017-03-10 17:14:30 +08:00
Yan Pritzker
78da69d421
Remap K to ,k for search so you don't accidentally lock up vim
...
People were complaining that "K" was too easy to hit by accident on a random char and search a large codebase.
2017-01-16 11:59:52 -06:00
Yan Pritzker
6f5481cdeb
,jj to get to javascript files
2016-10-07 09:47:35 -05:00
Yan Pritzker
c5263b3409
Default to eslint
2016-07-22 10:55:04 -05:00
Marc Ignacio
5125d393f7
Add vim shortcut: copy the relative path of a file
...
I've been using ,cf for some of the time, but sometimes I don't want the full path for a variety of reasons:
- any command where relative path suffices (running tests, removing files)
- the full path won't work if I'm using MacVim and the project is within vagrant cli
2016-06-07 14:29:39 +08:00
Yan Pritzker
22dd9da9d6
Remove grep current partial, doesn't work well
2016-05-12 12:59:38 -05:00
Yan Pritzker
996915dc22
Revert "Merge pull request #701 from yjlintw/upstream"
...
This reverts commit e84ba17c26
, reversing
changes made to 1edab81c26
.
2016-04-28 15:44:34 -05:00
Yan Pritzker
e84ba17c26
Merge pull request #701 from yjlintw/upstream
...
Fixed GUI visual mode highlight color
2016-04-28 15:43:26 -05:00
Yan Pritzker
1edab81c26
Opens nerdtree to the root of your current project if not looking at a file
2016-04-28 15:23:38 -05:00
Yu-Jen Lin
cf271b098b
Fixed GUI visual mode highlight color
2016-03-28 21:06:20 -04:00
Yan Pritzker
cc4b8043f0
Set shell so that path to ctags is correct
2016-02-11 14:45:25 -06:00
Yan Pritzker
22bf2faf34
Treat ES6 extension files as javascript
2016-01-29 10:43:51 -06:00
Yan Pritzker
ec0c41227a
Fix zeus alias
2015-10-27 11:58:46 -05:00