1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 09:20:06 +08:00
Commit Graph

1895 Commits

Author SHA1 Message Date
wsdjeg
f92403b8fe Change statuslien file name color 2018-06-14 20:43:17 +08:00
wsdjeg
d1164e3e4e Update statusline 2018-06-14 20:40:16 +08:00
wsdjeg
2366f37169 Add support of tag name 2018-06-14 20:25:57 +08:00
wsdjeg
27ff38fc22 Fix buffer state 2018-06-13 21:04:19 +08:00
wsdjeg
0e827f8e2a Update key binding of easymotion 2018-06-13 20:48:05 +08:00
wsdjeg
e8dde59255 Fix update 2018-06-13 20:34:55 +08:00
Wang Shidong
67d998618e
Merge pull request #1828 from lykata/rust
Added references and more lsp features for rust
2018-06-13 17:44:59 +08:00
Samuel Lindgren
33cb9c2fd8 Added references and more lsp support for rust 2018-06-13 11:30:08 +02:00
Wang Shidong
557c19b692
Update manager.vim
close #1822
2018-06-12 09:58:40 +08:00
Wang Shidong
adee8f326f
Merge pull request #1799 from wsdjeg/format
Add doc for format on save
2018-06-12 08:02:47 +08:00
Wang Shidong
f6f359ff9f
Merge pull request #1815 from ccojocar/neomake_config
Disable the gometalinter in neomake
2018-06-12 08:01:41 +08:00
Jinxuan Zhu
10e035b323 Fix typo in javascript.vim (#1824) 2018-06-12 08:01:03 +08:00
Wang Shidong
1a4428600d
Update help file for toml (#1817) 2018-06-10 23:30:02 +08:00
Cosmin Cojocar
76ae6ccbdb Select the configured projectmanager when opening a project 2018-06-09 11:40:58 +02:00
Cosmin Cojocar
208b6b9747 Disable the gometalinter in neomake 2018-06-08 16:52:57 +02:00
Wang Shidong
3ffd1ac12e
Merge pull request #1811 from ccojocar/more_key_bingindings
More key bingindings
2018-06-08 21:59:00 +08:00
Cosmin Cojocar
748131c5f4 Activate spell checking also for gitcommit file type 2018-06-08 15:44:14 +02:00
Cosmin Cojocar
d0894311e7 Add an analogue command for NERDTreeFind 2018-06-08 15:42:59 +02:00
Cosmin Cojocar
c0bcdcf589 Use the proper file type for git commit spell checking 2018-06-08 14:05:15 +02:00
Cosmin Cojocar
247b34c802 Enable spell checking in go files 2018-06-08 14:01:44 +02:00
Cosmin Cojocar
343488766d Activate spell checking in git commit message 2018-06-08 13:57:16 +02:00
Cosmin Cojocar
eb8b1a422e Document the Go layer key bindings 2018-06-08 11:43:05 +02:00
Cosmin Cojocar
c3998fe337 Add more key binding for Go and NERDTree 2018-06-08 11:28:00 +02:00
wsdjeg
000c3d83e0 Fix debug info 2018-06-07 20:58:01 +08:00
wsdjeg
b4cfdaf3a4 Add doc for format on save 2018-06-06 20:45:28 +08:00
RedLotus
90f489a341 fix undefined variable for g:_spacevim_config_path 2018-06-06 10:19:28 +08:00
Wang Shidong
d300d1ed71
Escape file name (#1795) 2018-06-05 20:29:23 +08:00
Wang Shidong
36d138771b
Glyph free theme (#1784)
* Add Glyph-free theme
2018-06-03 20:14:17 +08:00
Wang Shidong
92aa47e3dc
Add doc for statusline and tabline (#1783) 2018-06-03 19:25:41 +08:00
Wang Shidong
3eb94b292e
Improve system api (#1780)
* Improve system api

* Update apis

* Update apis

* Update apis

* Update apis

* Update apis

* Update file api

* Update build options of vimproc
2018-06-03 10:40:11 +08:00
Wang Shidong
7eb600aef4
Fix custom config (#1779) 2018-06-02 16:26:58 +08:00
Jinxuan Zhu
b4863f695b Fix syntax highlight conflict under flow-typed js (#1769)
* Fix syntax highlight conflict in flow

* Styling; adding vim-flow; adding document
2018-06-02 09:04:38 +08:00
thawk
7c07f62c76 add SPC x a | to align region at | (#1766) 2018-05-31 08:18:22 -05:00
Wang Shidong
83fdba47a2
Improve tags layer (#1761)
* Update tags layer

* Update tags layer

* Remove tags config in java layer
2018-05-27 16:17:44 +08:00
Wang Shidong
1472a549c6
Doc: improve SpaceVim doc (#1758)
* Update shell layer doc

* Update script for update layer index

* Update script for update layer index

* Update colorscheme layer doc

* Update autocomplete layer doc

* Update checkers layer doc

* Update chinese layer doc

* Update chat layer doc

* Update faq

* Update VersionControl layer doc

* Update help file

* Update cscope layer doc

* Use cn group

* Update debug layer doc

* Update ctrlp layer doc

* Update default layer doc

* Improve the community page

* Improve the community page

* Update default layer doc

* Update denite layer doc

* Update git layer doc

* Update ui layer doc

* Update tags layer doc

* Update leaderf layer doc

* Update fzf layer doc

* Update unite layer doc

* Update tools layer doc

* Update index

* Update tools#dash layer doc

* Update lsp layer doc

* Update faq
2018-05-27 13:05:57 +08:00
wsdjeg
f1ce1fe6a8 Imporve max_column options
close #1733
2018-05-22 21:39:24 +08:00
wsdjeg
95f8610833 Add custom plugin 2018-05-22 21:21:42 +08:00
wsdjeg
af12849c3b Fix bootstrap function
close #1738
2018-05-22 20:25:40 +08:00
wsdjeg
7a4e846fdb Fix hit-enter when using timers
Problem: can not hide hit-enter when using timers.
Solution: change the cmdheight before display info.
2018-05-13 16:24:23 +08:00
Wang Shidong
46a6722053
Merge pull request #1719 from pkazmier/go-highlight-function-calls
Update Go layer to reflect vim-go var name change
2018-05-13 13:21:56 +08:00
Wang Shidong
92733364e4
Add toml config documentation (#1721)
* Fix toml config example

ref #1705
close #1705 
close #1704 
close #1701 
close #1629
2018-05-13 12:59:41 +08:00
Pete Kazmier
9a6f4c844e Update Go layer to reflect vim-go var name change
vim-go renamed go_highlight_methods to go_highlight_function_calls
recently to address confusion with the way the existing variable names
behaved [1]. This change will re-enable the higlighting of function and
method _invocations_.

[1] https://github.com/fatih/vim-go/pull/1557#issuecomment-357498784
2018-05-12 09:39:59 -05:00
Wang Shidong
2d2365619c
Add org layer (#1718) 2018-05-12 20:53:25 +08:00
Wang Shidong
6c51289858
Add lang#r layer (#1717)
close #1107
2018-05-12 20:09:46 +08:00
wsdjeg
d4cab1f4bf Fix key bindings Tab 2018-05-11 19:51:39 +08:00
wsdjeg
8baf6793cc Fix language 2018-05-11 19:25:50 +08:00
wsdjeg
72d9052d35 Fix rtp 2018-05-09 20:36:35 +08:00
wsdjeg
817e5e162a Fix SPC f f key bindings 2018-05-08 21:05:55 +08:00
Wang Shidong
6dec60cc15
Add compatible API for matchaddpos (#1681)
* Fix #1679

* Fixup

* Fixup

* Fixup

* Fixup
2018-05-01 21:12:16 +08:00
wsdjeg
fd479f7523 Fix flygrep 2018-05-01 14:55:09 +08:00
wsdjeg
063cc3a143 Improve buffer switch key bindings
close #1430
2018-04-30 20:49:00 +08:00
Wang Shidong
3f32e6f379
Add asyncomplete-clang (#1671)
* Add asyncomplete-clang

* Update config
2018-04-30 13:31:34 +08:00
wsdjeg
427de049cc Fix config 2018-04-29 20:15:33 +08:00
wsdjeg
0d92b51c68 Add support for EVN SPACEVIMDIR 2018-04-29 13:48:12 +08:00
wsdjeg
da24616840 Fix vimcompatible mode 2018-04-29 10:26:01 +08:00
wsdjeg
0569bc12a9 Fix SPConfig 2018-04-29 09:48:54 +08:00
wsdjeg
2d19738ade Fix up 2018-04-29 09:35:29 +08:00
wsdjeg
50e27d9c56 Improve vimcompatibal mode
close #1661
2018-04-29 09:19:12 +08:00
Wang Shidong
f99ada6e2a
Merge pull request #1656 from zhujinxuan/phpmd
Prefer local phpmd.xml
2018-04-27 10:08:09 +08:00
zhujinxuan
8691edd6fa Do not overwrite the local config 2018-04-24 00:31:33 -04:00
zhujinxuan
8530c48a23 Prefer local phpmd.xml 2018-04-24 00:28:21 -04:00
zhujinxuan
688c0aac08 Change filetype assert 2018-04-23 19:33:53 -04:00
wsdjeg
95f27aaf20 Improve toml support 2018-04-23 20:37:15 +08:00
Wang Shidong
eac74ec4a0
Merge pull request #1637 from zhujinxuan/jsx-flow-syntax-highlight
Remove vim-javascript due to conflicts in flow-type and in jsx
2018-04-23 20:20:42 +08:00
Wang Shidong
1486d23031
Merge pull request #1653 from zhujinxuan/javascript-checktime
Only Reload when the filetype is javascript
2018-04-23 20:20:21 +08:00
Wang Shidong
750c9f3d01
Merge pull request #1652 from zhujinxuan/php-auto-fix
Add autofix feature for php with phpcbf
2018-04-23 20:19:55 +08:00
zhujinxuan
b522b21c4a only reload when the filetype is javascript 2018-04-22 23:41:57 -04:00
zhujinxuan
529c88a032 call System 2018-04-22 19:27:26 -04:00
zhujinxuan
d19950b62e Add autofix feature for php with phpcbf 2018-04-22 19:18:45 -04:00
wsdjeg
18910e48f7 Fix tags layer 2018-04-22 18:44:23 +08:00
wsdjeg
ef42ba235e Fix #1078 2018-04-22 15:15:34 +08:00
Wang Shidong
2b5a987950
Use toml as default config file. (#1636)
Add toml config support
2018-04-21 09:58:23 -05:00
zhujinxuan
290534c6be Remove vim-javascript due to conflicts in flow-type and in jsx 2018-04-19 12:04:06 -04:00
wsdjeg
43a529a9c4 Fix #1633 2018-04-19 00:19:35 +08:00
wsdjeg
35f2e71913 Update documentation 2018-04-18 22:02:58 +08:00
wsdjeg
83bfe0e5e8 Add buffer directory searching 2018-04-18 21:30:22 +08:00
Wang Shidong
b362f23bec
Add json example (#1625)
* Add json example

* Add json func

* Add json support
2018-04-18 07:40:37 -05:00
Wang Shidong
ca0ef50614
Fixup (#1624)
* Implement async gitcommit

* Fix prs
2018-04-12 23:04:47 +08:00
Wang Shidong
1e5ba2553d
Add async support for gitcommit (#1623)
close #1379
2018-04-12 20:56:22 +08:00
Wang Shidong
91bc2e930e
Add windows transient state (#1602)
* Add windows transient state

* Add windows transient state
2018-04-12 20:47:49 +08:00
Wang Shidong
f880f996ee
Add vimcompatible mode (#1596)
* Add vimcompatible mode

close #1512

* Add vimcompatible mode
2018-04-12 20:47:22 +08:00
Jinxuan Zhu
78ebe5f1e6 sudo write does not work in neovim (#1539)
* sudo write does not work in neovim

* An external sudo layer for sudo maps

* Fix sudo.vim loading problem

* Use local function in mapping

* Add thanks; add s:_function

* use suda.vim to write; but without suda:// prefix

* reload by checktime
2018-04-12 20:46:51 +08:00
Wang Shidong
3dd9d869c0
Fix mru and buffer list key bindings (#1620)
* Fix 1615

* Fixup
2018-04-10 23:37:57 +08:00
Wang Shidong
3675b16098
Improve lang#c layer (#1619) 2018-04-10 22:16:53 +08:00
wsdjeg
fdd0ba7c45 Fixup 2018-04-09 22:30:10 +08:00
wsdjeg
9695f29cfb Fix plugin manager 2018-04-09 22:30:10 +08:00
Wang Shidong
5fbd92c607
Use deoplete only for vim8 (#1604)
* Use deoplete only for vim8

* Use deoplete only for vim8

* Fix gui fonts

* Fix 74

* Fix up

* Fix issue
2018-04-09 20:07:27 +08:00
wsdjeg
bf3b8b7654 Fix iedit key bindings 2018-04-06 15:37:28 +08:00
wsdjeg
459e8904c4 Fix iedit mode 2018-04-06 15:05:55 +08:00
Bret Fisher
0215bdf248
Fixes #1597, changes typo on file_rec 2018-04-04 00:21:07 -04:00
wsdjeg
2aeaf41bfb Fix indent config
close #1322
2018-04-01 21:13:49 +08:00
wsdjeg
1ff0bb3754 Clear screen when start flygrep 2018-04-01 20:26:12 +08:00
wsdjeg
7fb8de9893 Add histroy support in flygrep 2018-04-01 20:11:11 +08:00
wsdjeg
2eafe0c41d Fix welcome func
close #1581
2018-04-01 13:55:06 +08:00
Wang Shidong
94691e8b0a
Merge pull request #1587 from wsdjeg/c-esc
Fix autocmd
2018-04-01 13:45:28 +08:00
Wang Shidong
c7b85d5f56
Merge pull request #1585 from wsdjeg/spc-h-i
Fix SPC h i key binding
2018-04-01 13:45:03 +08:00
wsdjeg
3635c58129 Fix key bindings 2018-04-01 13:16:14 +08:00
Wang Shidong
c30c171580
Merge pull request #1590 from mimadrid/fix_several_typos
Fix several typos
2018-04-01 07:05:28 +08:00
Miguel Madrid Mencía
7ce113b2a5
Fix typos:
- warpprer -> wrapper
  - executeable -> executable
  - easist -> easiest
2018-03-31 20:10:23 +02:00
wsdjeg
39151c8e78 Update vim layer 2018-03-31 23:08:16 +08:00
wsdjeg
a3e0b99499 Fix autocmd 2018-03-31 22:46:01 +08:00
wsdjeg
b6457ecd2a Add vim-toml
close #1562
2018-03-31 22:27:58 +08:00
wsdjeg
6db1ee74fc Fix SPC h i key binding 2018-03-31 21:42:34 +08:00
wsdjeg
1683e4c024 Fix SPC p f key binding 2018-03-31 21:21:09 +08:00
wsdjeg
20a5abb459 Fix smart quit in help buffer 2018-03-31 20:53:07 +08:00
wsdjeg
25d2c516b4 Fix grep 2018-03-31 20:39:08 +08:00
Miguel Madrid Mencía
d9547cf232
Fix typo: configration -> configuration 2018-03-31 12:42:03 +02:00
wsdjeg
006f8bfdfa Fix leaderguide 2018-03-30 20:41:31 +08:00
Wang Shidong
c985a4aaf7
Fix make dir function
Fix #1461
2018-03-30 14:03:18 +08:00
thawk
66da896418 fix denite-gtags mappings 2018-03-28 09:41:09 +08:00
wsdjeg
586340ea36 Fix qf buffer 2018-03-27 22:39:33 +08:00
wsdjeg
d664998606 Fix #1500 2018-03-27 21:32:00 +08:00
wsdjeg
2cee009847 Remove config for foldmethod
close #1555
2018-03-27 21:23:15 +08:00
wsdjeg
b04ed6d784 Fix chinese layer 2018-03-27 21:17:38 +08:00
wsdjeg
1e7cc8bd11 Move lcs to go layer 2018-03-25 21:00:44 +08:00
wsdjeg
a7cf243844 Fix gd 2018-03-25 20:58:24 +08:00
wsdjeg
4686c43587 Merge icearith/improve-golang-layer 2018-03-25 20:50:45 +08:00
wsdjeg
1a66b9c024 Merge icearith/fix-golang-indentation-lines 2018-03-25 20:49:46 +08:00
wsdjeg
6b313d9a39 Update shortmess 2018-03-25 20:17:03 +08:00
wsdjeg
0b43283e53 Fix cursor indicator 2018-03-25 20:13:07 +08:00
wsdjeg
c0ea6fa673 Fix cursor indicator 2018-03-25 19:03:22 +08:00
Wang Shidong
abef4b7870
Improve colorscheme layer (#1549)
Add jellybeans hybrid and nord support
2018-03-25 05:01:48 -05:00
Wang Shidong
5b41ad5bc3
Fix key binding SPC f f (#1548)
close #1546
close #1517
ref #1502
2018-03-24 23:01:01 -05:00
Wang Shidong
9b315efb85
Update documentation about statusline colors (#1545)
close #1395
2018-03-24 08:15:45 -05:00
Wang Shidong
208fd8c823
Type: fix doc of statusline separator (#1537)
close #1515
2018-03-23 09:08:37 -05:00
Wang Shidong
415128d944
Fix filemanager key binding (#1536)
close #1533
2018-03-23 08:51:10 -05:00
Wang Shidong
6e62a2e60a
Improve Issue template (#1535) 2018-03-23 08:40:16 -05:00
Arith Xu
73f117b678 add go to definition mapping support for golang layer 2018-03-23 13:52:29 +08:00
Wang Shidong
22450cbe4a
Fix signatures API (#1529) 2018-03-22 10:39:49 -05:00
Wang Shidong
4faf91fb88
Fix tags layer type (#1528) 2018-03-22 09:45:02 -05:00
Wang Shidong
d740affba9
Add unite-gtags (#1527)
* Add unite-gtags

* Add denite source

* Update tags layer
2018-03-22 09:13:49 -05:00
wsdjeg
2c9f34017a Fix fuzzy finder key bindings guide 2018-03-20 23:02:14 +08:00
wsdjeg
edf5828ac2 Fuzzy find key bindings for unite 2018-03-20 23:02:14 +08:00
Wang Shidong
a24b7e82e5
Fuzzy find key bindings (#1521) 2018-03-20 22:48:54 +08:00
Wang Shidong
429791a949
Add resume key binding for denite layer (#1519) 2018-03-20 21:41:29 +08:00
Wang Shidong
86f1e5c6ca
Update version to v0.8.0-dev (#1520) 2018-03-20 21:40:57 +08:00
Wang Shidong
f088e5f18b
Release v0.7.0 (#1510) 2018-03-19 21:36:59 +08:00
wsdjeg
aa5829c0c0 Fix #1505 2018-03-18 20:57:14 +08:00
wsdjeg
25996d5c5e Update tools layer 2018-03-18 19:43:23 +08:00
wsdjeg
10d7ef7c84 Remove vim-diminactive 2018-03-18 16:44:02 +08:00
wsdjeg
6feff44a0d Disable colorscheme by default 2018-03-18 16:28:43 +08:00
Wang Shidong
deadfeffb2
Improve leaderf layer (#1498) 2018-03-18 00:48:23 -05:00
Wang Shidong
791ec8e72d
Update ctrlp layer (#1503) 2018-03-18 00:33:19 -05:00
Wang Shidong
f993796d6e
Add fzf layer (#1504) 2018-03-17 23:41:40 -05:00
Wang Shidong
44cdf7774c
Improve denite layer (#1491)
* Improve denite layer

All denite key bindings begins with `<Leader> f`
  " The default sources:
  " file: <Leader>ff
  " register: <Leader>fe
  " jump: <Leader>fj
  " messages: <Leader>fm
  " history/yank source <Leader>fh
  " quickfix source <Leader>fq
  " outline source <Leader>fo
  " localtion source <Leader>fl

`SPC T s` is for colorscheme.

ref https://github.com/Shougo/neoyank.vim/issues/14
2018-03-16 21:02:56 +08:00
Arith Xu
d478faa45b add indentation levels to tab-based files 2018-03-16 13:15:56 +08:00
Wang Shidong
9b8b054d91
Improve unite layer (#1487)
All unite key bindings begins with `<Leader> f`
  " The default sources:
  " file: <Leader>ff
  " register: <Leader>fe
  " jump: <Leader>fj
  " messages: <Leader>fm
  " history/yank source <Leader>fh
  " quickfix source <Leader>fq
  " outline source <Leader>fo
  " localtion source <Leader>fl

`SPC T s` is for colorscheme.
2018-03-15 21:47:42 +08:00
Wang Shidong
dac04f3e71
Add clever f (#1460) 2018-03-14 21:23:52 +08:00
Wang Shidong
e088980f74
Improve Version Control layer (#1470) 2018-03-12 21:00:24 +08:00
Pete Weissbrod
fd3d26afb0 Banner (#1440)
* Adding more banners!

* Update banner.vim

* Fixing syntax error (beginner vimscript mistake)

* Adjusting banner to fit smaller resolutions
2018-03-05 21:12:02 +08:00
Wang Shidong
575e5e7149
Fix statusline issue (#1466)
close #1465
2018-03-04 22:24:25 +08:00
Wang Shidong
e55d6cf270
Improve core config (#1455)
* Improve core config

* Fixup

* Update mode

* Remove plugin groups

* Enable denite layer if has +py3

* Update dev scripts

* Add project patten pom.xml for java layer

* Add tools layer
2018-03-03 21:52:08 +08:00
wsdjeg
6151e62a0d Remove default layer 2018-03-03 19:11:14 +08:00
Wang Shidong
845227edde
Fix indentline (#1447) 2018-03-03 16:28:16 +08:00
Wang Shidong
47c12691a4
Fix buffer API (#1451)
close #1449
2018-03-03 14:43:15 +08:00
Wang Shidong
c580ac62ee
Rewrite plugin manager (#1446)
* Rewrite plugin manager

* Rewrite plugin manager

* Improve max processes

* Fix

* Fixup

* Fixup

* Fixup

* Fixup

* Fixup

* Add func for terminal plugin manager

* Fix plugin manager

* Add key binding for view plugin status
2018-03-02 21:17:30 +08:00
Wang Shidong
52eb8de9ff
Merge branch 'master' into default 2018-02-25 22:37:14 +08:00
wsdjeg
651aeb6dd5 Remove func 2018-02-25 22:14:26 +08:00
wsdjeg
3ea4db4768 Update default 2018-02-25 22:07:18 +08:00
wsdjeg
8892d0a826 Fix key in mapping guide 2018-02-25 21:49:33 +08:00
wsdjeg
2fce217291 Disable some layers 2018-02-25 21:29:43 +08:00
techgaun
c3d643a353
minor grammar 2018-02-25 00:23:56 -06:00
techgaun
38b4a7e1a6
fix spelling error on insert snippets 2018-02-24 23:48:24 -06:00
wsdjeg
3ac76a0ca8 Better default
Fix up

Fix up

Fix up

Fix rtp

Update project layout

Fix colorscheme layer

Add colorsheme

close #1308

Close #1307

Set default fillchars

Move cache to cache

Disable lang layer

Remove layers

Fix crash

ref : https://github.com/neovim/neovim/issues/7876

Fix plugin manager

Filter same filename:linenumber in flygrep

Fix type
2018-02-25 01:04:54 +08:00
VyronLee
7b44d07886 Add csharp layer. 2018-02-24 17:15:49 +08:00
Seong Yong-ju
f1312cd6bb Add package.json as project rooter 2018-02-23 14:21:09 +09:00
Seong Yong-ju
9bc2e67211 Remove use_local_eslint option
Remove use_local_eslint option, because it's default behavior of
eslint-cli.
2018-02-23 13:52:25 +09:00
wsdjeg
a4b423a2eb Add Faq for #1427 2018-02-22 11:40:16 +08:00
Arith Xu
4defe70969 close terminal buffer just like a regular buffer 2018-02-22 10:51:46 +08:00
wsdjeg
f5a4953877 Consider ignorecase and smartcase 2018-02-22 09:50:39 +08:00
wsdjeg
b5df733e54 Fix highlight 2018-02-22 09:46:33 +08:00
wsdjeg
ce5333c795 Only replace current screen 2018-02-22 09:38:38 +08:00
wsdjeg
aaf9cd70f0 Improve statusline for flygrep 2018-02-22 09:30:02 +08:00
wsdjeg
4db7e1de34 Improve statusline for flygrep 2018-02-22 09:22:06 +08:00
wsdjeg
08121ee58d Use c-e to toggle expr mode 2018-02-22 09:10:09 +08:00
wsdjeg
a3d675fcd5 Fix flygrep 2018-02-22 08:49:54 +08:00
wsdjeg
1fb70d62fb Fix flygrep 2018-02-22 08:34:56 +08:00
wsdjeg
33a246bd2d Fix flygrep 2018-02-22 08:08:59 +08:00
Wang Shidong
850c0f40d6
Merge pull request #1401 from icearith/fix-close-buf-prompt
fix close current buffer prompt
2018-02-22 07:58:26 +08:00
Seong Yong-ju
9e56b5e93f
Merge branch 'master' into improve-javascript 2018-02-22 02:26:37 +09:00
wsdjeg
358bad295b Add preview func 2018-02-21 22:22:48 +08:00
wsdjeg
052f907c62 Disable cursor error info 2018-02-21 21:12:52 +08:00
Seong Yong-ju
484e4c35f6
Merge branch 'master' into improve-javascript 2018-02-21 01:22:22 +09:00
Seong Yong-ju
89ae257ff5 Fix github layer
Fix "SPC g h p" won't work correctly due to typo.
2018-02-20 23:41:00 +08:00
Seong Yong-ju
b9faad0a25 Improve javascript layer
Set foldmethod to syntax.
2018-02-21 00:35:00 +09:00
Seong Yong-ju
7c03922ff3 Improve javascript layer
Merge autocmd groups.
2018-02-21 00:33:47 +09:00
Seong Yong-ju
cfbb6b6d8c Improve json layer
Disable syntax concealing for comfortable edit. Set foldmethod to
syntax.
2018-02-21 00:21:01 +09:00
Seong Yong-ju
98cb5f3fe1 Improve lint status in statusline
Add spaces around error/warning signs.
2018-02-20 21:06:39 +08:00
Wang Shidong
c8485845a3
Fix c layer (#1413)
* Fix c layer

* Fix lib clang path
2018-02-20 21:02:51 +08:00
Seong Yong-ju
4fdd3b89fb Improve javascript layer
Change syntax highlighter for JSX: vim-jsx-pretty -> vim-jsx-improve.
2018-02-20 12:51:16 +09:00
Wang Shidong
3ccd4e4680
update file head (#1407)
* update file head

Update file head

* Update file head

* Update file head
2018-02-19 22:07:04 +08:00
Wang Shidong
753205a503
Merge pull request #1389 from wsdjeg/welcome
Add icon to welcome page(startify)
2018-02-18 07:14:16 +08:00
Wang Shidong
eed15a55bb
Merge pull request #1404 from jeregrine/elixir-eex
Supporting eex in the elixir layer
2018-02-15 23:11:54 +08:00
Wang Shidong
a2400b7d27
Relicense (#1406) 2018-02-15 22:25:03 +08:00
Wang Shidong
1fe370de9b
Highlight symbol mode (#1394) 2018-02-15 21:02:45 +08:00
Jason Stiebs
1a146d167c Supporting eex as well 2018-02-14 08:50:25 -06:00
Arith Xu
9d8c888931 change echo mode 2018-02-13 14:56:50 +08:00
Arith Xu
7b3064c4bf fix quit prompt 2018-02-13 14:46:46 +08:00
thawk
1834acc102 Map [SPC]is to Unite ultisnips while using Ultisnips engine 2018-02-12 15:24:07 +08:00
wsdjeg
15c6653869 Fix runner for python 2018-02-09 16:31:54 +08:00
Yang Yang
0b47dd9220 fix zz mapping does not respect scrolloff value. 2018-02-08 15:33:55 +09:00
wsdjeg
ecdf5fe47b Fix startify config 2018-02-08 00:18:07 +08:00
Wang Shidong
c6947482b2
Improve ocmal/c/unite/denite/ctrlp layer (#1369) 2018-02-07 20:52:20 +08:00
Wang Shidong
5c185b2154 Update mapping.vim 2018-02-07 20:29:53 +08:00
wsdjeg
a1f6be1751 Update prompt 2018-02-07 20:29:53 +08:00
wsdjeg
17b0ad9048 Fix #1357 2018-02-07 20:29:53 +08:00
wsdjeg
40449b13bc Improve ocaml layer 2018-02-07 13:49:44 +08:00
wsdjeg
83ce1fa2be Improve FlyGrep
ref: https://github.com/BurntSushi/ripgrep/issues/769#issuecomment-362810112

Handle ignorcase and smartcase option in vim
2018-02-06 22:59:52 +08:00
Seong Yong-ju
a0a696aa49 Merge branch 'master' into improve-github 2018-02-06 12:33:49 +09:00
Seong Yong-ju
50a8c2522d Improve github layer
Add header into layer file. Add new plugins.
* tyru/open-browser-github.vim - open GitHub file/issues/PRs in browser
Add key bindings for plugins in github layer. Add README for github
layer.
2018-02-04 23:13:39 +09:00
Wang Shidong
2e8843eb3d
Replace mode for flygrep (#1340) 2018-02-04 22:01:16 +08:00
Seong Yong-ju
ef8a445d4e Fix typos (#1375) 2018-02-04 13:37:28 +08:00
Seong Yong-ju
861a0b84b7 Add tools#dash layer (#1366)
Add tools#dash layer to integrate with Dash.
2018-02-03 21:34:47 +08:00
wsdjeg
497a07dca2 Fix custom config path
close #1370
2018-02-03 21:13:00 +08:00
wsdjeg
181e778166 Fix deoplete support 2018-02-03 19:49:18 +08:00
Seong Yong-ju
1c562abed1 Fix typo (#1368)
Fix typo: Noeformat -> Neoformat
2018-02-02 20:29:09 +08:00
Seong Yong-ju
854febfa01 Fix checkers layer
Fix typo: timer -> timers.
2018-02-01 23:35:08 +09:00
Seong Yong-ju
f6bb955989 Fix checkers layer
Fix an issue layer option show_cursor_error won't work. Show error
message in command line if show_cursor_error is off. Show warning
message if show_cursor_error were set to on without timer feature.
2018-02-01 23:25:42 +09:00
Wang Shidong
a5d76d787c Create 2018-01-31-grep-on-the-fly-in-spacevim.md 2018-01-31 23:21:55 +08:00
Wang Shidong
b9eb854a4d Update default.vim 2018-01-31 12:22:30 +08:00
Seong Yong-ju
1cc72b4683 Fix a Neomake issue
Fix an issue the error message of Neomake won't appear in next line.
2018-01-31 03:16:37 +09:00
wsdjeg
e25aa609f8 Fix windows id 2018-01-29 23:54:49 +08:00
Wang Shidong
ba59ca2520
Update chinese document (#1331)
squash and merged
2018-01-27 01:07:02 +08:00
wsdjeg
ca42327356 Enable fold code 2018-01-25 22:57:56 +08:00
wsdjeg
a973535dd1 Restore handle func for flygrep 2018-01-25 21:10:44 +08:00
wsdjeg
26f48076ff Fix cursor position when open item 2018-01-25 20:58:21 +08:00
wsdjeg
37ca013670 Clear cmdline when start filter mode 2018-01-25 19:49:19 +08:00
wsdjeg
9d19922fe0 Fix head 2018-01-25 19:49:19 +08:00
wsdjeg
df6c108502 Implement filter mode 2018-01-25 19:49:19 +08:00
wsdjeg
4e6d4f3574 Replace funcref with function 2018-01-25 19:49:19 +08:00
wsdjeg
be2707f939 Fixup statusline 2018-01-25 19:49:19 +08:00
wsdjeg
9b9915b6c0 Fix funcref 2018-01-25 19:49:19 +08:00
wsdjeg
d1059f1a3d Fix ag in flygrep 2018-01-24 20:55:22 +08:00
wsdjeg
046e1280a3 Fix statusline for vimcalc 2018-01-24 20:31:14 +08:00
Seong Yong-ju
4c98bd5344 Fix warning message
Minor fix for warning of language server executable.
2018-01-24 12:26:15 +09:00
wsdjeg
8ae14451fe Support C-j/k, move to next/previous match in flygrep 2018-01-23 23:32:14 +08:00
wsdjeg
756a9161e6 Use 200ms for grep delay 2018-01-23 23:32:14 +08:00
wsdjeg
a6712f817d Fix lint 2018-01-23 23:32:14 +08:00
wsdjeg
5849d0b789 Fix grep highlight 2018-01-23 23:32:14 +08:00
wsdjeg
70550a6580 Update highlight 2018-01-23 23:32:14 +08:00
wsdjeg
bfd82200f9 Fix grep searching 2018-01-23 23:32:14 +08:00
wsdjeg
2eda7ad26a Fix stderr func 2018-01-23 23:32:14 +08:00
wsdjeg
8d0c96fee3 Restore default cmd/opt/ropt 2018-01-23 23:32:14 +08:00
wsdjeg
04b0565e33 Fix flygrep 2018-01-23 23:32:14 +08:00
wsdjeg
e2ae5b0cb9 Fix grep 2018-01-23 23:32:14 +08:00
wsdjeg
b56ec04ea9 Implement all key bindings for SPC s * 2018-01-23 23:32:14 +08:00
wsdjeg
4a56eda631 Add support for SPC s F 2018-01-23 23:32:14 +08:00
wsdjeg
6f5bdefbed Add support searching in another dir 2018-01-23 23:32:14 +08:00
wsdjeg
7f4da473b4 Add dir support 2018-01-23 23:32:14 +08:00
wsdjeg
8896c319b8 Add support flygrep in current file 2018-01-23 23:32:14 +08:00