1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 12:10:05 +08:00
Commit Graph

1136 Commits

Author SHA1 Message Date
wsdjeg
8c61e77277 Support old version of git
close #1049
2017-12-01 19:37:03 +08:00
wsdjeg
be6593be24 Add support for nerdtree 2017-12-01 16:17:32 +08:00
wsdjeg
d81c440947 Fix statuslibe 2017-12-01 07:58:00 +08:00
Mayeul d'Avezac
19864bbfb8 Enable syntax error/warning counts in status line 2017-11-29 16:55:19 +00:00
Seong Yong-ju
bf037608a1 Fix Yggdroot/indentLine configuration
* Add filetype for man pages to indentLine exclusions.
2017-11-29 01:37:37 +09:00
wsdjeg
c996ecf8f4 Add command for report issue 2017-11-27 19:59:30 +08:00
wsdjeg
57597072bd Add func for report issue 2017-11-27 19:53:11 +08:00
Wang Shidong
ae1860b0d6
Update issue.vim 2017-11-27 08:57:51 +08:00
wsdjeg
8d1067c33c Add battery status for macos && close #1008 2017-11-26 21:10:33 +08:00
wsdjeg
20e1283329 Fix ycm support 2017-11-24 23:38:35 +08:00
wsdjeg
b5eaef25a0 Merge remote-tracking branch 'origin/fix_ycm' into dev 2017-11-24 23:08:55 +08:00
Wang Shidong
e17bd33b62
Merge pull request #1025 from SpaceVim/autocomplete_layer
Update autocomple layer
2017-11-23 21:39:59 -06:00
wsdjeg
e1eadf42cf Add asyncomplete-omni 2017-11-24 00:05:54 +08:00
wsdjeg
c67f6a8c9f Add buffer and neco 2017-11-23 23:57:13 +08:00
wsdjeg
65ba9b4dc4 Fix win: export in not a command 2017-11-23 16:29:51 +08:00
wsdjeg
851acc3c46 Add neosnippet support for completor 2017-11-23 10:50:01 +08:00
wsdjeg
caf4fda381 Default logic of autocomplet 2017-11-23 10:39:06 +08:00
wsdjeg
37611c418b Add completor 2017-11-23 09:44:40 +08:00
wsdjeg
b934a4b7b9 Add too completion plugins 2017-11-23 08:33:52 +08:00
wsdjeg
ec0193f480 Fix #1024, lua layer do not support neovim 2017-11-22 20:06:53 +08:00
Marcos Ferreira
f549b7c847 Run EmmetInstall on vue and eex filetypes 2017-11-20 16:38:20 -03:00
wsdjeg
62795727fd Fix SPC p f mapping 2017-11-20 20:11:09 +08:00
wsdjeg
f4861e1d92 Fix #1018, catch all error in neovim 2017-11-20 20:06:19 +08:00
Seong Yong-ju
dcdbc17593 Add a condition to load LSP plugin
* Add Python3 requirement to `LanguageClient-neovim`
2017-11-19 23:47:01 +09:00
Seong Yong-ju
4b4fddf4ae Merge remote-tracking branch 'upstream/dev' into feature/lsp-layer 2017-11-19 23:38:24 +09:00
Seong Yong-ju
3e5a80723c Add a new layer lsp
Add a new layer lsp
* Add a new layer lsp
* Move `LanguageClient-neovim` from autocomplete layer to lsp
* Add configurations for LSP syntax checking
2017-11-19 23:35:28 +09:00
wsdjeg
0fdee1fcca Add custom func 2017-11-19 15:23:30 +08:00
wsdjeg
91f2968450 Fix battery status support 2017-11-19 14:55:43 +08:00
wsdjeg
89010ac7bb Update statusline 2017-11-19 14:33:43 +08:00
wsdjeg
52b940c3c9 Update fileformat icon 2017-11-19 14:05:11 +08:00
wsdjeg
b3f42b34e8 Add SPC t m d for toggle date 2017-11-19 13:19:57 +08:00
wsdjeg
252203d393 Fix toggle sections 2017-11-19 13:04:48 +08:00
wsdjeg
840a0c75e5 Fix Percentage 2017-11-19 10:54:12 +08:00
Seong Yong-ju
e80bed3e42 Add a new variable
Add a new variable
* Add a new variable `g:spacevim_info_symbol`
* Update configurations of some plugins to read `g:spacevim_info_symbol`
2017-11-19 11:32:59 +09:00
wsdjeg
2b107721ac Update sections 2017-11-19 10:18:32 +08:00
wsdjeg
da1843fd03 Enable fileformat icon 2017-11-19 09:29:34 +08:00
Matteo Bigoi
b87c235d18 Remove duplicated git log 2017-11-17 18:56:20 +00:00
Bigo
1905e6340e Add mappings for git blame and git log 2017-11-17 14:26:09 +00:00
wsdjeg
7407f26981 Silent reset file 2017-11-17 21:51:09 +08:00
wsdjeg
e582ff1d90 Update git layer 2017-11-17 21:27:47 +08:00
wsdjeg
14c6beac93 Update git layer 2017-11-17 21:08:32 +08:00
wsdjeg
9d00ab95b3 Update git layer 2017-11-17 20:16:06 +08:00
wsdjeg
3a31907410 Fix SPC g M mappings 2017-11-17 16:31:16 +08:00
wsdjeg
cf615bcdd7 Update git layer 2017-11-17 16:20:13 +08:00
wsdjeg
b0f00cd74d Update mappings 2017-11-17 15:46:56 +08:00
wsdjeg
63c49dfc22 Add cmd for stage/unstage files 2017-11-17 14:08:18 +08:00
wsdjeg
eeb451b798 Add VCS transient-state 2017-11-17 13:07:24 +08:00
Wang Shidong
afa246fba8
Merge pull request #1002 from sei40kr/feature/edit-jplus
Added a new plugin vim-jplus
2017-11-16 22:06:46 -06:00
Wang Shidong
ca8ff8db09
Merge pull request #998 from SpaceVim/install_font
Auto install fonts
2017-11-16 18:41:26 -06:00
Wang Shidong
b1d6c150e0
Merge pull request #1000 from sei40kr/feature/ale-statusline
Added autocmd to update status-line
2017-11-15 17:53:34 -06:00