Commit Graph

679 Commits

Author SHA1 Message Date
wongxy
41f51508e3 fix: use "" as flag to remove default mappings (#1011) 2022-02-20 11:29:09 +01:00
Alexander Courtis
a1937ca079 1007 do not wipe modified buffers when hijack unnamed buffer when opening (#1009) 2022-02-20 10:41:47 +01:00
kiyan
589e39d642 chore: document toggle method second parameter 2022-02-19 17:00:20 +01:00
Alexander Courtis
44ffcb6f4b #998 allow users to unmap keys, remove user keys from default multi key maps (#1000) 2022-02-19 16:50:27 +01:00
Alexander Courtis
070a57a195 #973 copy action_cb for view.mappings.custom_only (#997) 2022-02-19 16:44:26 +01:00
kiyan
2e1f82d8c0 fix: reload group_next properly
fixes #948
2022-02-17 20:08:33 +01:00
kiyan
44489380a8 fix: multiple find-file triggered at the same time duplicates files 2022-02-17 16:09:45 +01:00
kiyan
e8ecfbf95f fix: do not hijack unnamed buffer when opening manually 2022-02-17 13:23:08 +01:00
Kiyan
dbf172c67a fix: do not match ignored when not showing untracked files (#996)
fixes #985
2022-02-17 10:08:07 +01:00
Xavier Young
bbad18ba51 fix: reset autocmds when require again (#995) 2022-02-17 08:20:10 +01:00
Lopi-py
5f047bc5f9 fix: close windows properly (#924) 2022-02-17 08:19:42 +01:00
zeertzjq
06cabd5559 fix: also hijack netrw on VimEnter (#994)
If setup() is called before netrw is loaded, netrw needs to be hijacked on VimEnter instead.
2022-02-17 08:17:49 +01:00
kiyan
f7a6ddb720 fix: do not hijack dashboard window during open
fixes #983
2022-02-16 21:10:28 +01:00
kiyan
76d4ed5d77 feat: add ability to not hijack the unnamed buffer 2022-02-16 21:00:28 +01:00
kiyan
015e7e8611 fix: focus view if view is open on nvim-tree.open 2022-02-16 20:51:52 +01:00
kiyan
bf697d782d chore: leave netrw enabled by default but still hijack it 2022-02-16 20:43:41 +01:00
kiyan
5a6fd49ee5 fix: check bufnr is valid in diagnostics 2022-02-16 08:29:13 +01:00
kiyan
64c098d9c2 fix: schedule find-file, not toggle
fixes #988
2022-02-15 22:14:43 +01:00
kiyan
0c43c809b9 fix lint issue 2022-02-15 20:52:26 +01:00
kiyan
72305f3730 fix: schedule find-file on toggle to avoid searching for nvim-tree
fixes #986
fixes #987
2022-02-15 20:38:57 +01:00
kiyan
90ea6c01fd feat: allow no focus in toggle
fixes #968
2022-02-15 20:26:00 +01:00
Xavier Young
121f5c9037 fix: use canonical path in windows (#977) 2022-02-15 08:36:53 +01:00
Xavier Young
fdf63e572d fix: use fs_realpath to normalize path (#978) 2022-02-15 08:33:11 +01:00
Kiyan
d34ea42254 fix: find file waits for git to finish (#976) 2022-02-15 08:22:56 +01:00
kiyan
1a5ee2870e fix: fallback to window 0 when winnr is nil in focus
fixes #982
2022-02-15 08:16:42 +01:00
kiyan
c584ac3509 fix: do not update diagnostics when tree is nil
fixes #984
fixes #981
2022-02-15 07:59:54 +01:00
kiyan
b1127c5dea fix: auto open on tab
it was scheduled before because of the weird management of events, but
now as it's been fixed in the latest big PR, this works just fine
without scheduling. Needs a redraw because the buffer is recreated.
2022-02-14 19:51:40 +01:00
kiyan
ad2802d9c4 fix: do not update cwd when changing window 2022-02-14 19:43:57 +01:00
kiyan
ac3f02a83e tempfix: redraw when setting cursor to address a neovim issue
addresses #970
2022-02-14 19:26:55 +01:00
Kiyan
6da7467944 refacto: buffer management, setup fixes, autocmd fixes (#967) 2022-02-14 19:16:45 +01:00
Kiyan
3f4ed9b6c2 fix: reload git status of existing nodes (#975) 2022-02-13 13:44:09 +01:00
kiyan
95c331ce32 fix: revert git item movement direction
fixes #971
2022-02-13 12:16:55 +01:00
kiyan
0f7da146bf chore: add guards to prepare setup refactoring 2022-02-11 11:06:11 +01:00
kiyan
0708a1c551 chore: use entry point open instead of lib open
cannot yet use entry point open in lib.init
2022-02-11 10:44:48 +01:00
kiyan
36afa32018 chore: move _prevent_buffer_override in entry file 2022-02-11 10:11:59 +01:00
eightpigs
c226eaf0bf fix: bufnr is nil when incomplete setup. (#955)
fixes #947
2022-02-10 19:07:59 +01:00
Steve Vermeulen
da59247db9 Fixed some trailing slash bugs (#957)
* Fixed issue where user would have to trigger dir-up action multiple times to get it to work

* Fix to path_join to ensure the result does not have a double slash
2022-02-10 08:56:05 +01:00
kiyan
b54de4b48a doc(readme): update requirement from 0.5 to 0.6 2022-02-09 22:37:38 +01:00
kiyan
a979e3b245 chore: simplify readme 2022-02-09 22:35:06 +01:00
kiyan
525042317e fix: lint issues 2022-02-09 22:29:34 +01:00
kiyan
4fc9cb1da3 chore: move code around
- deprecate config.lua file
- move icon config code into renderer/icons
- move file opening config in open-file.lua
2022-02-09 22:26:02 +01:00
Steve Vermeulen
4ec8c9f364 Added a new option auto_reload_on_write to allow users to disable it for performance reasons (#956) 2022-02-09 21:06:07 +01:00
kiyan
5744c469a6 fix(temporary): defer colors setup and hijack window
lazy loading + opening will close the window. Need to find a fix for
this.
fixes #947
2022-02-09 21:01:02 +01:00
kiyan
879049ac03 fix: create buffer during setup schedule
and move view setup before setup schedule
Fixes #951
2022-02-09 19:29:43 +01:00
kiyan
f938bcb3ae fix: cleanup all dirs when hijacking window 2022-02-08 22:04:13 +01:00
kiyan
e5aff47940 fix: schedule view setup to allow session to load
Fixes #591
2022-02-08 21:53:47 +01:00
kiyan
c8aa3c3e40 fix: clear buffer when hijacking if view bufnr is already defined
Allows clearing buffer dir properly on startup
2022-02-08 21:51:56 +01:00
kiyan
7a19c3e747 fix: reschedule on_enter and setup autocmd
Wait for nvim to finish before checking buftypes.
Fixes #944
Fixes #942
2022-02-08 21:42:14 +01:00
kiyan
92a64daf27 fix: normalize cwd with '..' 2022-02-08 21:36:46 +01:00
kiyan
d8bf1adcdc fix: update neovim path when nvim is opened with nvim dir
fixes #945
2022-02-08 21:02:22 +01:00