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

40 Commits

Author SHA1 Message Date
wsdjeg
231d92b229 fix(ultisnips): fix ultisnips config 2022-10-09 22:42:46 +08:00
Wang Shidong
14d9225346
feat(checkers): fix checkers layer option 2022-05-22 17:10:34 +08:00
wsdjeg
6ec2c959c5 fix(ale): file ale config 2022-04-03 22:28:30 +08:00
Goran Mekić
18cbde1309
Define dir to save edits (#4143) 2021-03-30 23:31:31 +08:00
Wang Shidong
7179777ff5
Add defx support (#2282) 2019-03-10 20:49:12 +08:00
Wang Shidong
0c36a152fe
Open Vimfiler windows for current project (#2546) 2019-02-02 11:23:56 +08:00
Wang Shidong
ec5b8d0a01
fix vim script lint (#2519) 2019-01-28 22:12:37 +08:00
Shidong Wang
9d05769cd1 lint_on_save do not affect ale
close #2309
2018-12-23 12:25:14 +08:00
wsdjeg
ef42ba235e Fix #1078 2018-04-22 15:15:34 +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
845227edde
Fix indentline (#1447) 2018-03-03 16:28:16 +08:00
Seong Yong-ju
58d42f6faf Revert "Fix language client config"
This reverts commit eeef756b8a.
2018-01-16 11:40:16 +09:00
Seong Yong-ju
eeef756b8a Fix language client config
* Extract config for LanguageClient-neovim.vim to a file
* Fix an issue the client ignores settings after launching Neovim with no parameters
2018-01-12 00:17:45 +09:00
wsdjeg
54ec968bc9 Fix ycm mappings 2017-12-05 10:00:05 +08:00
wsdjeg
d3931cd673 Fix ycm config 2017-12-05 08:54:32 +08:00
tracyone
8880cf355b zsh:support autocomplete
1. autotrigger in YCM and deoplete.
2. press ^x^o in other case
2017-12-03 20:49:54 +08:00
tracyone
ea6d0e11df YCM: autotrigger bash complete 2017-12-03 15:05:47 +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
Seong Yong-ju
698d2bfeaf Fixed ALE setting issues
* Fixed an issue that ALE settings get loaded after ALE initialization.
* Added linter info to error message by default.
2017-10-26 01:49:53 +09:00
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
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
a14ef64149 Improve checker layer doc 2017-05-15 23:22:54 +08: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
1cc8352acf Fix mapping 2017-04-05 23:26:05 +08:00
wsdjeg
7024e5754d Fix plugin_before hooks 2017-04-03 12:30:08 +08:00
wsdjeg
1eeb3e35ff Improve git layer
close #306
2017-03-18 21:20:10 +08:00
wsdjeg
836082e9ef Add faq for how to use space as leader 2017-02-22 21:25:17 +08:00
wsdjeg
b946f46f51 Fix #196 2017-02-02 21:44:53 +08:00
Pierre Massat
a33d927da9 Fix go layer 2017-01-17 10:50:30 -08:00
wsdjeg
2eee6ef8ad Add option for real time guide 2017-01-15 19:50:56 +08:00
wsdjeg
b6a81d1d6f Move vim-go config to plugins_before, add augroup 2017-01-08 12:47:30 +08:00
wsdjeg
443bc9cd24 Fix neomake support 2017-01-07 23:02:17 +08:00
wsdjeg
7cadc9a9de Remove plugins 2017-01-07 15:44:10 +08:00
wsdjeg
ba4e3eb469 Autocomplete done 2017-01-07 15:06:09 +08:00
wsdjeg
afcc55e059 Split autocomplete 2017-01-07 14:55:17 +08:00
wsdjeg
f8f392ac16 Add checkers groups 2017-01-02 16:02:54 +08:00
wsdjeg
45ec30da91 Plugin group : unite 2017-01-01 01:37:05 +08:00