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