1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-28 01:00:05 +08:00
Commit Graph

274 Commits

Author SHA1 Message Date
wsdjeg
2e47338c5d Fix unknown func 2017-10-25 08:30:19 +08:00
Daniel Hahler
799317cc2f WIP: improve Neomake integration
Ref: https://github.com/SpaceVim/SpaceVim/issues/200
2017-10-24 19:09:54 +02:00
Wang Shidong
9d15acdbf0 Merge branch 'dev' into feature/echodoc 2017-10-22 10:11:00 -05:00
Seong Yong-ju
b18f24a8a3 Added Shougo/echodoc.vim to autocomplete layer
Added a new plugin Shougo/echodoc.vim to autocomplete layer.
2017-10-22 23:15:01 +09:00
wsdjeg
422369a072 Add PMD command 2017-10-17 00:11:21 +08:00
Seong Yong-ju
b707a2e84c Made gitcommit completion source changeable
Made gitcommit completion source changeable.
* Made `deoplete#ignore_sources.gitcommit` in `config/plugins/deoplete.vim` changeable.
2017-10-15 19:49:44 +09:00
techgaun
a8b1cd172c
rename open browser plugin config file 2017-10-10 14:51:32 -05:00
wsdjeg
764a7b399b test main vimrc 2017-10-10 20:57:09 +08:00
wsdjeg
18fb04bb4d Use v:false if possible
close #884
2017-10-08 19:58:55 +08:00
wsdjeg
c6adab923b Close #874 2017-10-07 20:33:06 +08:00
wsdjeg
7ba7ca3455 Add server support 2017-10-04 10:02:38 +08:00
wsdjeg
6d14df940b Change the default value of tagbar_map_showproto
close #840
2017-09-13 21:26:36 +08:00
wsdjeg
475b7cbb6d Fix neovim support 2017-09-11 21:32:11 +08:00
wsdjeg
2fcfdaedd5 Fix #832 2017-09-11 20:04:53 +08:00
wsdjeg
81230e790d Add fonts doc 2017-08-28 21:23:16 +00:00
wsdjeg
e4dc232be1 Fix ag command in windows 2017-08-27 13:53:52 +08:00
wsdjeg
5314857d79 Update statusline for ctrlp buffer 2017-08-16 06:09:25 +08:00
wsdjeg
bc491eaae8 Fix unite buffer mappings 2017-08-06 00:08:03 +08:00
wsdjeg
a3c5eb2e2f Fix errors 2017-08-04 04:23:24 +08:00
wsdjeg
b1904b4098 Move omni source up 2017-07-30 00:30:40 +08:00
wsdjeg
cc40bf717d Fix SPC ' 2017-07-28 06:24:37 +08:00
wsdjeg
006535b27f Fix shortmess option 2017-07-09 15:34:14 +08:00
Ubayd
12db8408ef Plugin vimfiler config direction 2017-06-28 23:49:44 +03:00
wsdjeg
e264a17d98 Fix guicorsor setting
close #666
2017-06-27 16:00:41 +08:00
wsdjeg
c225dc0b27 Fix cursor shape 2017-06-27 15:19:48 +08:00
Wang Shidong
a7755175a9 Merge pull request #668 from tenfyzhong/dev
Fix #667. fix the mapping error and some command error.
2017-06-27 13:33:13 +08:00
Wang Shidong
bb77a41b34 Merge branch 'dev' into dev 2017-06-26 21:39:57 +08:00
wsdjeg
4b52c2caba Improve js support 2017-06-26 21:22:22 +08:00
Javier Tiá
f1cc39f1f5 Add Comments space
Add keymap [SPC]cl for comment and uncomment lines. Use nerdcommenter
plugin to do the line code comments. Read nerdcommenter settings in edit
layer.
2017-06-26 07:13:49 -06:00
tenfy
3e9f091f70 Fix #667. fix the mapping error and some command error.
But I don't found the `Missing: endfor` and `Missing: endif` error.
2017-06-26 13:13:50 +08:00
wsdjeg
254f73e5f9 Add ignores for file_rec 2017-06-25 13:19:46 +08:00
wsdjeg
1f2873c7e7 Add SPC s * mappings for searching 2017-06-23 00:11:15 +08:00
wsdjeg
becf30ac7c Fix unite grep source config 2017-06-22 23:17:15 +08:00
wsdjeg
d5199a90da Cache stared repos 2017-06-21 21:46:23 +08:00
Samar Dhwoj Acharya
4a3c62fa52 use fnameescape and rename SPWelcom -> SPWelcome (#642) 2017-06-20 07:23:14 +08:00
wsdjeg
df583f020c Add supoort for denite's statusline 2017-06-10 14:13:56 +08:00
wsdjeg
30fec17114 Remove vimfiler message when toggle buffer 2017-06-09 22:29:52 +08:00
wsdjeg
23249ad375 Fix enter dir 2017-06-09 21:08:16 +08:00
wsdjeg
76aede0037 Add option for get starred repos
close #590
2017-06-01 21:02:46 +08:00
Wang Shidong
7febc44970 Merge pull request #579 from SpaceVim/gitcommit_omni_2
Improve gitcommit completion
2017-05-31 23:36:26 +08:00
wsdjeg
17a6a5c24f Fix E254 when spacevim startup
This issue only happened in vim, and works well in neovim.

```
Error detected while processing /home/wsdjeg/SpaceVim/SpaceVim/config/general.vim:
line   29:
E254: Cannot allocate color 246
```
2017-05-31 22:17:10 +08:00
wsdjeg
84cea8aa98 Fuzzy match 2017-05-30 14:03:33 +08:00
wsdjeg
6ef5d90a5d Improve gitcommit completion 2017-05-30 13:38:57 +08:00
wsdjeg
4c4dd609b0 Fix ctrlp file finder
fix #516
2017-05-29 22:52:32 +08:00
wsdjeg
44d53034e9 Fix denite config for rg 2017-05-23 20:17:41 +08:00
wsdjeg
a0a6365879 Move set bg before colorscheme
ref : https://github.com/SpaceVim/SpaceVim/issues/507
2017-05-22 20:16:20 +08:00
wsdjeg
cef8394c84 Fix startify statusline 2017-05-21 23:56:08 +08:00
wsdjeg
a14ef64149 Improve checker layer doc 2017-05-15 23:22:54 +08:00
wsdjeg
914f218efb Improve setting of vimfiler
fix #495
fix #496
2017-05-11 21:44:43 +08:00
wsdjeg
cdc903627b Add omni patterns for c&cpp struct
close #499
2017-05-06 20:48:06 +08:00
wsdjeg
7255e96b88 Fix cursorline & cursorcolumn options
close #483
2017-05-06 20:33:50 +08:00
wsdjeg
8ba83a7250 🐛 Set nonumber locally
close #493
2017-05-06 19:56:54 +08:00
wsdjeg
7f0eb46d9d 🐛 Remove <c-p> mapping in startify buffer
close #486
2017-05-06 19:38:25 +08:00
wsdjeg
8b7e85ab2d "bug: Fix startify 2017-05-06 19:32:09 +08:00
techgaun
b80ad1c94c
only call update logo if g:startify_custom_header does not exist 2017-05-05 11:07:34 -05:00
wsdjeg
d8fab64e57 Fix neovim startup
ref: https://github.com/SpaceVim/SpaceVim/issues/480#issuecomment-298476382
2017-05-02 20:14:09 +08:00
wsdjeg
008c502b03 Fix bg option 2017-04-30 15:35:48 +08:00
wsdjeg
a6f134ac30 Update logo on command 2017-04-29 14:23:00 +08:00
wsdjeg
d46d6424b9 Add fancy start screen 2017-04-17 21:56:58 +08:00
wsdjeg
a381ad8cc2 Add windows mapping 2017-04-17 21:07:39 +08:00
wsdjeg
3a0e625ff6 Fix #434 2017-04-15 20:00:28 +08:00
wsdjeg
d6d9f57607 Fix #433 2017-04-14 19:43:27 +08:00
wsdjeg
25ae11fca0 Add dynamic welcome page 2017-04-12 22:08:24 +08:00
wsdjeg
72b379010a Improve close term buffer function 2017-04-11 22:47:49 +08:00
wsdjeg
2952ff87a7 Fix denite airline support 2017-04-11 14:48:23 +08:00
James Nugent
06bf2621cd Fix locale setting on SunOS
SunOS kernels use the `en_US.UTF-8` style of locale definition.
2017-04-09 20:29:03 +01:00
wsdjeg
6a94a40a94 Fix doc for lint on the fly 2017-04-08 23:54:44 +08:00
wsdjeg
a845ba7dd5 Lint on the fly 2017-04-08 23:41:56 +08:00
wsdjeg
56c6f39810 Fix php support 2017-04-07 22:41:41 +08:00
Wang Shidong
1279895c3f Merge branch 'dev' into vim_expand_region 2017-04-06 21:17:47 -05:00
wsdjeg
1cc8352acf Fix mapping 2017-04-05 23:26:05 +08:00
wsdjeg
f21e0ea869 Add textobjs 2017-04-04 21:42:17 +08:00
wsdjeg
053e2b407c Move plugin config to hooks 2017-04-04 11:03:36 +08:00
wsdjeg
d63d25a953 Add spacevim option for vimfiler colums 2017-04-03 19:32:19 +08:00
wsdjeg
3aaeb9a910 Add filetypeicon in vimfiler 2017-04-03 17:02:48 +08:00
wsdjeg
01136e7b4b Add leader + f and leader + F for orgin F/f 2017-04-03 13:31:31 +08:00
wsdjeg
7024e5754d Fix plugin_before hooks 2017-04-03 12:30:08 +08:00
wsdjeg
36b2ef40be Merge branch 'dev' into snippet 2017-04-03 00:54:01 +08:00
wsdjeg
5e6ed228bc Fix #388 2017-04-03 00:02:11 +08:00
wsdjeg
0e213a470b Remove completeDone autocmd 2017-04-02 23:57:06 +08:00
wsdjeg
3466ae9dc1 Add tab.vim 2017-04-02 20:49:09 +08:00
wsdjeg
1972bbe974 Fix #384 2017-03-31 22:37:57 +08:00
wsdjeg
92d965158b Fix #380 2017-03-31 20:11:00 +08:00
wsdjeg
692871bdc0 Format unite config 2017-03-30 23:08:30 +08:00
alan bount
a16225dd08 re #373 & #374 revert s: values 2017-03-29 10:29:42 -04:00
alan bount
300a35b5c7 re #373 & #374 fix dynamic config for dot notations 2017-03-29 10:07:44 -04:00
alan bount
2b1d59c64b re #373 & #374 make all plugin configs dynamic 2017-03-29 09:36:46 -04:00
alan bount
c1c46335df fixes #373 ctrlp configs are all dynamic
https://github.com/SpaceVim/SpaceVim/issues/373
2017-03-28 22:24:07 -04:00
wsdjeg
356d362eb3 Fix #371 2017-03-28 23:46:06 +08:00
wsdjeg
d1e655f3da Fix #346 2017-03-28 22:29:34 +08:00
alan blount
9b302f8fab Add more common ctrlp_custom_ignore
I may have added too much, and would be willing to reduce and update the PR, but including `node_modules` and `tmp` at least should be done
2017-03-27 23:05:01 -04:00
wsdjeg
360cc4f25d Fix #355 2017-03-27 00:13:43 +08:00
wsdjeg
6ae491b617 Fix #360 2017-03-26 16:37:49 +08:00
wsdjeg
283e12da38 Add [denite]<space> mapping 2017-03-22 22:15:13 +08:00
wsdjeg
649d913015 Use rg for deinte grep by default 2017-03-21 22:19:43 +08:00
wsdjeg
9b30006891 Use rg in denite by default 2017-03-21 21:55:15 +08:00
wsdjeg
19f86e0d74 Fix denite ignore 2017-03-21 21:06:49 +08:00
wsdjeg
fd5d6b780c Make ctrlp configable 2017-03-21 20:40:11 +08:00
wsdjeg
54ae764467 Highlight denite matched char 2017-03-21 20:36:42 +08:00
wsdjeg
f32b4b1ac8 Change buffer source date format 2017-03-20 22:06:26 +08:00