Wang Shidong
|
62a15d02a4
|
feat(filetree): add nvim-tree.lua
|
2022-05-19 09:03:59 +08:00 |
|
wsdjeg
|
3daea9e7ae
|
feat(mapping): add SPC f v s to view scriptnames
|
2022-05-18 13:36:05 +08:00 |
|
Wang Shidong
|
7237a74889
|
feat(layer): add telescope layer
|
2022-05-16 22:20:10 +08:00 |
|
Wang Shidong
|
e360f0c9d5
|
feat(hop): add hop.nvim for neovim v0.6.0
|
2022-04-27 22:13:32 +08:00 |
|
wsdjeg
|
a36eb377db
|
fix(scrollbar): fix scrollbar on SPC number key binding
Problem:If win_count < number, SPC number will close scrollbar
Solution: use vim#window.win_count api instead of winnr('$')
|
2022-04-20 22:58:34 +08:00 |
|
wsdjeg
|
955c42ca79
|
fix(denite): do not switch denite buffer when press <Bs>
|
2022-04-16 11:09:47 +08:00 |
|
wsdjeg
|
a76611b448
|
fix(denite): fix denite_next/prev function
|
2022-04-15 19:32:42 +08:00 |
|
wsdjeg
|
fa468c4396
|
pref(denite): improve denite key binding
use neovim api to avoid switch windows
|
2022-04-15 10:22:03 +08:00 |
|
wsdjeg
|
05651e0a7f
|
fix(denite): enable match_highlight by default
close https://github.com/SpaceVim/SpaceVim/issues/4622
|
2022-04-15 09:56:06 +08:00 |
|
wsdjeg
|
f1e57311ca
|
feat(defx): use p to toggle preview windows
close https://github.com/SpaceVim/SpaceVim/issues/4205
|
2022-04-13 10:08:57 +08:00 |
|
wsdjeg
|
3ebcbf97be
|
fix(denite): fix denite key binding
close https://github.com/SpaceVim/SpaceVim/issues/4507
|
2022-04-11 19:43:09 +08:00 |
|
wsdjeg
|
465d9ffc37
|
fix(defx): fix s:win_count() function
|
2022-04-11 12:33:51 +08:00 |
|
wsdjeg
|
6ec2c959c5
|
fix(ale): file ale config
|
2022-04-03 22:28:30 +08:00 |
|
wsdjeg
|
f966464168
|
fix(defx): autoclose filetree && skip floating windows
|
2022-04-02 23:52:36 +08:00 |
|
wsdjeg
|
16a5c8caf2
|
chore(copyright): update copyright
|
2022-02-03 17:24:51 +08:00 |
|
Wang Shidong
|
6dbd97087f
|
feat(autocomplete): add nvim-cmp support
|
2022-01-01 22:13:13 +08:00 |
|
Aron Griffis
|
04e4b3d121
|
feat(format): add vim-codefmt support
Co-authored-by: Wang Shidong <wsdjeg@outlook.com>
|
2021-10-23 14:50:09 +08:00 |
|
Wang Shidong
|
da18ba0a45
|
feat(lsp): add neovim-lsp (#4319)
|
2021-10-05 15:13:10 +08:00 |
|
Shidong Wang
|
fd96c4ea1f
|
fix(nerdtree): fix key binding h in filetree
|
2021-09-25 01:12:26 +08:00 |
|
Shidong Wang
|
ba588581ee
|
fix(nerdtree): fix key binding Home and End
|
2021-09-25 00:41:22 +08:00 |
|
Shidong Wang
|
3aecd6c31b
|
fix(nerdtree): key binding d does not work
Use `d` to delete node
|
2021-09-25 00:38:39 +08:00 |
|
Shidong Wang
|
8c3dae578c
|
fix(nerdtree): arrow key does not work
Problem: `<Left>` and `<Right>` key does not work
Solution: map `<Left>` and `<Right>` as `h` and `l`
|
2021-09-22 22:54:02 +08:00 |
|
Shidong Wang
|
25bf4a1b32
|
fix(core): fix Enter key in filetree(nerdtree)
The `Enter` key do not change the root to cursor directory.
As the documentation says, `Enter` key is used to open directory
or drop file.
|
2021-09-21 23:46:10 +08:00 |
|
Shidong Wang
|
492209fe89
|
fix(core): filetree key binding ctrl-home does not work
problems: the key binding `ctrl-home` in filetree buffer does not work.
solution: map `ctrl-home` to NERDTreeCWD command
|
2021-09-21 23:36:47 +08:00 |
|
Shidong Wang
|
3354f6e6a7
|
fix(nerdtree): Fix . key binding in nerdtree
Within filetree buffer, the `.` key is used to toggle hidden files
|
2021-09-20 22:45:49 +08:00 |
|
Shidong Wang
|
534c2bf815
|
fix(nerdtree): Fix N key binding in nerdtree
Within filetree buffer, the `N` key is used to create node.
|
2021-09-20 22:33:28 +08:00 |
|
Wang Shidong
|
65816f2270
|
feat(unite): improve unite layer
close https://github.com/SpaceVim/SpaceVim/issues/4084
|
2021-09-20 22:07:27 +08:00 |
|
Shidong Wang
|
6a1437f49f
|
feat(layer): add layer option for filetree columns
the spacevim option for vimfiler columns is too long,
move them to core layer.
|
2021-09-20 16:33:25 +08:00 |
|
Shidong Wang
|
3fc49916cc
|
chore: update copyright
|
2021-09-19 22:23:23 +08:00 |
|
Wang Shidong
|
68e123447a
|
Update core layer (#4467)
|
2021-09-19 17:32:31 +08:00 |
|
Wang Shidong
|
caa54d32e7
|
Change filetree gitstatus option name (#4465)
|
2021-09-12 23:45:01 +08:00 |
|
Wang Shidong
|
39bf31c4b2
|
Change default filetree to nerdtree (#4464)
|
2021-09-12 23:06:37 +08:00 |
|
Wang Shidong
|
1e4cb1f295
|
Fix data dir (#4409)
|
2021-08-18 20:54:54 +08:00 |
|
Wang Shidong
|
2fc101d07e
|
Fix P key binding in defx (#4207)
|
2021-05-16 17:49:10 +08:00 |
|
Goran Mekić
|
18cbde1309
|
Define dir to save edits (#4143)
|
2021-03-30 23:31:31 +08:00 |
|
Wang Shidong
|
c761841999
|
Fix github action build status (#4105)
|
2021-02-21 15:56:37 +08:00 |
|
Shidong Wang
|
5c74535428
|
Add key binding ctrl-g for leaderf
|
2021-02-09 13:06:24 +08:00 |
|
Wang Shidong
|
f8165cd9dc
|
Add warning message (#4040)
when failed to run xclip-copyfile, no warning message is shown.
|
2021-01-02 20:40:32 +08:00 |
|
Shidong Wang
|
c99ad921c8
|
fix defx configuration
|
2021-01-02 19:46:39 +08:00 |
|
Robin Schneider
|
29b3dcc45e
|
Doc: Use HTTPS everywhere (#4020)
|
2021-01-02 18:00:51 +08:00 |
|
Wang Shidong
|
b8f867c5c3
|
refactor (#4035)
|
2021-01-02 17:58:45 +08:00 |
|
GBProd
|
cc95234586
|
Add: introduce splitjoin (#3956)
|
2020-12-19 21:00:47 +08:00 |
|
Wang Shidong
|
78f47b69d2
|
Fix compare error (#4001)
|
2020-12-13 17:47:47 +08:00 |
|
GBProd
|
a70de0bac2
|
Fix: ctrlp default root patterns (#3978)
|
2020-11-30 22:33:42 +08:00 |
|
Mateo Gonzales Navarrete
|
251031317c
|
Fix gitstatus not shown (#3973)
|
2020-11-22 10:22:05 +08:00 |
|
Albert G
|
3d525cb8c4
|
Fix grep for OSX (#3955)
Grep doesn't have the -P option in macOS
|
2020-11-16 22:41:23 +08:00 |
|
GBProd
|
f95e371be5
|
Add: Support auto_completion_complete_with_key_sequence for coc completion (#3939)
|
2020-11-06 09:46:14 +08:00 |
|
Wang Shidong
|
af773b6bff
|
Update defx.nvim (#3803)
|
2020-10-31 15:58:52 +08:00 |
|
Wang Shidong
|
1ddd705526
|
Update g map (#3496)
|
2020-09-19 16:10:35 +08:00 |
|
Shidong Wang
|
f9fb54fb7c
|
Fix key_sequence option
|
2020-09-13 22:14:49 +08:00 |
|