Seong Yong-ju
9c5fddeb98
Merge branch 'feature/js-lsp' into feature/haskell-lsp
2017-12-09 17:57:53 +09:00
Seong Yong-ju
7c8d803865
Improve layer implementations for lsp, javascript
2017-12-09 17:49:42 +09:00
Seong Yong-ju
df4101e8fd
Add language server configuration for JavaScript
...
* Add APIs for register server commands for LSP
* Add server command for JavaScript language server
* Add a new layer option `use_lsp` for layer `javascript`
* Update key mappings for Javascript
2017-12-09 17:34:18 +09:00
wsdjeg
c7fd4811fe
Change icon for git branch
2017-12-08 20:49:03 +08:00
wsdjeg
8ad33a19b8
Add chat config
2017-12-07 20:54:47 +08:00
wsdjeg
e07ad4d74a
Improve #1056
2017-12-06 18:15:55 +08:00
wsdjeg
a7d7831bd1
Fix 1056
2017-12-06 16:15:18 +08:00
wsdjeg
b36df096f5
Fix statusline for inactive window
2017-12-06 10:59:48 +08:00
wsdjeg
a12d2aae63
Fix statusline for inactive window
2017-12-06 10:53:21 +08:00
wsdjeg
d8774f488e
Fix inactive window statusline
2017-12-05 19:52:44 +08:00
wsdjeg
ce0308cdbd
Add support for check winwidth
2017-12-05 13:46:49 +08:00
wsdjeg
83568afc5f
Fix up
2017-12-05 10:17:43 +08:00
wsdjeg
54ec968bc9
Fix ycm mappings
2017-12-05 10:00:05 +08:00
wsdjeg
421f5a6053
check +tablineat support
2017-12-04 21:19:15 +08:00
wsdjeg
79b1940227
Update doc
2017-12-04 21:12:55 +08:00
wsdjeg
a366d0c91a
Add support for mouse click
2017-12-04 20:55:33 +08:00
wsdjeg
cae4fd9c00
Merge branch 'lang#c' into dev
2017-12-04 09:53:47 +08:00
wsdjeg
ca05f862e3
Fix tabline
2017-12-04 09:31:11 +08:00
wsdjeg
23e7f10560
Fix up
2017-12-04 09:23:58 +08:00
wsdjeg
e3f710158b
Use inactive highligt group
2017-12-04 09:08:45 +08:00
wsdjeg
fa88ae5497
Add modified checker
2017-12-04 08:40:57 +08:00
wsdjeg
19db671adb
Add highlight for modifid buffer
2017-12-04 07:54:03 +08:00
wsdjeg
cb3e340ec7
Add config for completor and clang2
2017-12-04 00:32:46 +08:00
wsdjeg
4a4b5e8fb6
Update lang#c layer
2017-12-03 23:21:00 +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
wsdjeg
89b9b5bbbe
Merge branch 'hunk_summary' into dev
2017-12-03 14:45:39 +08:00
wsdjeg
e170ace6e3
Update statusline After updating a buffer's signs
2017-12-03 14:13:56 +08:00
wsdjeg
900196b69a
Fix conflict
2017-12-02 20:10:29 +08:00
wsdjeg
631a743bda
Fix mappings
2017-12-02 20:07:03 +08:00
wsdjeg
2437fd0b3a
Add mapping desc for SPC n +
2017-12-02 19:53:07 +08:00
wsdjeg
02797ac3a5
Add mapping desc for SPC n -
2017-12-02 19:36:56 +08:00
chenchong
84c745de71
bugfix start zsh error
2017-12-01 19:41:50 +08:00
wsdjeg
be6593be24
Add support for nerdtree
2017-12-01 16:17:32 +08:00
wsdjeg
e6c4ae5d02
Add hunks summary
2017-12-01 10:58:30 +08:00
wsdjeg
d81c440947
Fix statuslibe
2017-12-01 07:58:00 +08:00
wsdjeg
88f383e5de
Redraw screen without cmdline
2017-11-30 09:36:36 +08:00
wsdjeg
4e46f6c1a2
Update spacevim
2017-11-30 09:27:17 +08:00
Mayeul d'Avezac
19864bbfb8
Enable syntax error/warning counts in status line
2017-11-29 16:55:19 +00:00
wsdjeg
4be5048c02
Add number transient state
2017-11-30 00:49:36 +08:00
wsdjeg
a93d86ea22
Add mappings
2017-11-30 00:34:48 +08: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
eed5c0a46e
Add signatures
2017-11-28 20:40:10 +08:00
wsdjeg
7db6faed6c
Update sig api
2017-11-28 10:39:47 +08:00
wsdjeg
8d1067c33c
Add battery status for macos && close #1008
2017-11-26 21:10:33 +08:00
wsdjeg
b5eaef25a0
Merge remote-tracking branch 'origin/fix_ycm' into dev
2017-11-24 23:08:55 +08: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
851acc3c46
Add neosnippet support for completor
2017-11-23 10:50:01 +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
wsdjeg
62795727fd
Fix SPC p f mapping
2017-11-20 20:11:09 +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
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
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
b1d6c150e0
Merge pull request #1000 from sei40kr/feature/ale-statusline
...
Added autocmd to update status-line
2017-11-15 17:53:34 -06:00
Seong Yong-ju
7f96821e29
Added a new plugin vim-jplus
...
Added a new plugin vim-jplus to edit layer.
2017-11-15 23:35:17 +09:00
Seong Yong-ju
6436de88f4
Added autocmd to update status-line
...
Added autocmd to update status-line on ALE process completion.
2017-11-14 14:59:50 +09:00
wsdjeg
f2a8ef04d6
Add gd for help desc buffer && fix SPC p f
2017-11-14 00:42:53 +08:00
wsdjeg
d042550b05
Merge branch 'lsp' into dev
...
close #512
2017-11-13 20:18:44 +08:00
wsdjeg
0d3e27fb1d
Auto download vimproc.dll for windows
2017-11-13 16:36:45 +08:00
Huanming Peng
3b610359f0
Fixed plugin 'vim-rtags' initialization errors
...
Plugin 'lyuts/vim-rtags' has not supported python3 yet.
Issue Link [Python 3 support requirement](https://github.com/lyuts/vim-rtags/issues/86 ).
2017-11-13 14:09:42 +08:00
Wang Shidong
778b0a80ca
Merge pull request #991 from sei40kr/feature/js-improve
...
Added language features for JavaScript
2017-11-12 20:33:39 -06:00
Wang Shidong
8a0fcb36e7
Merge pull request #992 from sei40kr/feature/crystal-runner
...
Added a runner for Crystal language
2017-11-12 17:03:28 -06:00
wsdjeg
62d58977bf
Enable deoplete in vim8
2017-11-12 22:28:56 +08:00
wsdjeg
b90b27a161
Merge 'sei40kr/feature/ruby-runner' into dev
2017-11-12 20:21:09 +08:00
wsdjeg
cdacf845a1
Merge 'sei40kr/feature/zsh-lang'
2017-11-12 20:14:57 +08:00
Seong Yong-ju
1482cab567
Added plugin configuration
...
Added plugin configuration for chrisbra/vim-zsh.
2017-11-12 20:38:09 +09:00
Seong Yong-ju
df83680801
Added a runner for Ruby language
...
Added a runner for Ruby language.
2017-11-12 20:30:15 +09:00
Seong Yong-ju
0ef49fd4b6
Added a runner for Crystal language
...
Added a runner for Crystal language.
2017-11-12 20:18:23 +09:00
Seong Yong-ju
4ec5ab8d45
Added language features for JavaScript
...
Added language features for JavaScript. Import statement addition,
refactoring the variable under cursor, and so on.
2017-11-12 19:33:46 +09:00
Seong Yong-ju
c2765ac64b
Added zsh support
...
Added zsh support.
2017-11-12 17:48:15 +09:00
Seong Yong-ju
2481669c6e
Made Markdown preview use open-browser.vim
...
Made Markdown preview use open-browser.vim, which enables to use user's default
browser.
2017-11-12 09:29:33 +09:00
Wang Shidong
48ee7c2da6
Merge branch 'dev' into feature/rust-lang
2017-11-07 22:41:14 -06:00
Seong Yong-ju
fe5f02077a
Fixed Rust key bindings
...
Fixed an issue that Rust key bindings override global bindings.
2017-11-08 11:50:07 +09:00
Seong Yong-ju
d7431b6e50
Fixed Haskell layer config
...
Fixed an issue that Haskell layer overrides a function of C/C++ layer.
2017-11-08 11:45:35 +09:00
Seong Yong-ju
ba56e15cc7
Updated on documentation in source code
2017-11-07 23:02:20 +09:00
Seong Yong-ju
bba8a48dc6
Added Rust language features
...
* Runner command for Rust
* Language specified key-mappings
2017-11-07 22:41:40 +09:00
Seong Yong-ju
1d5be830db
Added runner for Haskell
...
Added GHC command as a runner for Haskell programming language.
2017-11-07 19:30:19 +09:00
wsdjeg
cfdcf759d8
Add installer for windows
2017-11-05 19:57:59 +08:00
wsdjeg
cdd53a9cf4
Add vim-fireplace
2017-11-05 19:20:53 +08:00