Viewing profile — junegunn
junegunn
HN member- Joined
- Tue, Jan 03, 2012, 1:06 AM UTC
- HN karma
- 11
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About junegunn
No profile information was provided.
Recent public activity
- story
- story
- story
-
comment
Comment #37018121
Rest in peace, Bram. I'm forever grateful for your dedication.
- story
- story
-
comment
Comment #26036062
See https://github.com/junegunn/fzf/pull/1946
- story
-
comment
Comment #8314502
As I answered in the issue [1] the problem is likely caused by the task timeout. Maybe vim-plug should delete the repo directory if timeout occurs during the installation. A workar…
-
comment
Comment #8313220
FYI, vim-plug also supports lazy-loading and the interface is pretty simple and concise [1]. NeoBundle obviously has more features, most notably supporting VCS' other than git, whi…
-
comment
Comment #8312826
The most obvious benefit I believe is its ability to update plugins in parallel. A GIF [1] shows that it managed to update 40 plugins in mere 4 seconds. The other notable point is …
- story
- story
- story
-
comment
Comment #3418204
Not perfectly fine if you use MySQL. Adding an index to a table on MySQL locks the entire table, which can introduce hours of downtime if the size of the table is large.