1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:30:05 +08:00
Commit Graph

481 Commits

Author SHA1 Message Date
wsdjeg
468681284d feat(checkers): add open_error_list option
close https://github.com/SpaceVim/SpaceVim/issues/4796
2023-03-25 19:56:07 +08:00
Wang Shidong
3db40b345a
feat(tasks): add telescope task 2022-11-01 00:21:03 +08:00
wsdjeg
f0bdb8a20e fix(deoplete): fix deoplete for git-commit 2022-10-27 18:12:34 +08:00
Wang Shidong
ac74bffee5
feat(zettelkasten): improve zettelkasten layer 2022-10-25 18:35:51 +08:00
ChasingZenith
1c1d63d923
fix(cmp): remove deprecated function 2022-10-25 11:20:46 +08:00
wsdjeg
231d92b229 fix(ultisnips): fix ultisnips config 2022-10-09 22:42:46 +08:00
Alexander Konotop
5b5511f2a5
fix(nvim-cmp): fix broken hotkeys and add tab,s-tab 2022-07-24 16:09:01 +08:00
Alexander Konotop
e3477f0801
fix(nvim-cmp) change source priority 2022-07-24 16:07:48 +08:00
chenwen(陈文)
c6f02e3be0
fix(filetree): fixed filetree_direction not working for nvim-tree.vim 2022-06-11 22:14:27 +08:00
wsdjeg
237ec35fd7 feat(fzf): add bundle telescope fzf extension 2022-06-02 21:44:41 +08:00
wsdjeg
b10a4b5500 feat(filetree): add user autocmd to override key binding 2022-05-30 21:15:48 +08:00
Wang Shidong
14d9225346
feat(checkers): fix checkers layer option 2022-05-22 17:10:34 +08:00
wsdjeg
cfc2b9e7b9 feat(telescope): add Telescope neoyank extension 2022-05-21 22:57:36 +08:00
wsdjeg
8deb3918cc feat(project): add SPC p p for telescope layer 2022-05-19 10:08:28 +08:00
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