Commit Graph

446 Commits

Author SHA1 Message Date
Ben
34e70ec69e Add 'unmerged / added by them' as a recognized git state (#588) 2021-08-28 08:54:44 +02:00
Khang
c75e4a63b7 fix: respect_buf_cwd #567 (#583) 2021-08-21 12:04:44 +02:00
xeluxee
d74af818c0 system_open: use asynchronous vim.loop to spawn process + let user customize the command to be used to open a file/folder with default system application (#551) 2021-08-14 15:13:56 +02:00
颜贵彬
7014b6aff4 Feat: add focus on tree functionality (#563) 2021-08-14 11:06:56 +02:00
wongxy
b8b70cf340 feat(diagnostics): Support coc as diagnostic source(#555) (#556) 2021-08-14 11:00:18 +02:00
kiyan
6175d63eae fix for luacheck ci 2021-08-08 14:32:56 +02:00
kiyan
e5a534f51b fix: do not block search with hijack cursor 2021-08-08 01:40:07 +02:00
kiyan
98f372eddd hotfix: refresh with sshfs 2021-08-07 20:24:48 +02:00
Matthieu ARENE
8bb58daddb Feature: add the possibility to not focus tree on TabEnter when (#545) 2021-08-07 10:02:03 +02:00
Yusuke Uchida
143505b281 Added new option, respect_buf_cwd (#533) 2021-08-07 09:59:42 +02:00
xeluxee
7bed04718e Feature: open file/folder with default system application (#539) 2021-08-02 21:08:24 +02:00
Chen Mulong
c4d98bd7ab README for installation with packer (#538) 2021-08-02 21:00:03 +02:00
Jose Alvarez
de75d9b624 fix: guarantee order of buffer options (#529) 2021-08-02 20:58:27 +02:00
Christoph Schiessl
e741680edb add new config option g:nvim_tree_symlink_arrow (fixes #283) (#512) 2021-08-02 20:55:41 +02:00
kiyan
d3e76b81e5 resize on override 2021-07-20 00:25:44 +02:00
diogo464
07ae268354 Rename buffers on cut. (#510) 2021-07-20 00:11:31 +02:00
Stéphane P
9da4a0562d fix(doc) neovim required version (#508) 2021-07-20 00:06:03 +02:00
kiyan
cf9582962f fix: add refresh guard mecanism to avoid doing too many updates 2021-07-20 00:05:03 +02:00
Kiyan
07e92cd59b fix: revert relative path (#524) 2021-07-19 23:54:40 +02:00
kiyan
42b23246bc fix: do not redraw git on each folder when updating 2021-07-19 22:26:08 +02:00
kiyan
f178c8c8c5 run nvim tree refresh on neogit status change 2021-07-10 14:25:21 +02:00
kiyan
0a13676f30 fix toggle command find file 2021-07-10 11:53:30 +02:00
kiyan
870590fb38 fix toggle command 2021-07-10 11:49:37 +02:00
kiyan
87cf643cb1 chore: lint pull requests 2021-07-10 11:33:41 +02:00
Kiyan
d8af7fdc0c Update README.md 2021-07-10 11:25:25 +02:00
kiyan
44678adc1e fix: do not open nvim tree on neogit or gv.vim tabs 2021-07-10 11:12:42 +02:00
kiyan
7fa2b82fed fix(git): add RD state 2021-07-10 11:00:25 +02:00
Kassio Borges
07dd10663a Add NvimTreeResize to resize the NvimTree window (#497) 2021-07-10 10:52:20 +02:00
kiyan
102c4c2332 fix(path relative): open file relative by matching tab path 2021-07-10 10:52:14 +02:00
kiyan
b933ae856f fix(git): add DD and AU git statuses 2021-07-10 10:27:53 +02:00
Andrew Wong
64aacb67ab fix: don't populate git status when git unused (#499) 2021-07-10 10:05:53 +02:00
sansone931
933d69a37f Fix error caused by broken symlinks (#494)
When a symbolic link points to an invalid path, the value of `link_to`
equals `nil`. This value makes `utils.path_relative` throw an error,
since it expects a string as the first argument
2021-07-07 08:30:22 +02:00
kiyan
4388338a6a use setlocal to avoid losing window options (neovim regression using lua api for setting options) 2021-07-06 20:58:51 +02:00
YIQUN
db9e70fde5 open file with relative path when possible (#487) 2021-07-06 20:46:10 +02:00
Luke Kershaw
fd7f60e242 feat(help ui): allow custom names to be provided for custom keybinds (#485) 2021-07-06 20:43:35 +02:00
vlad doster
5417b9c57b (docs) update README.md (#484) 2021-07-06 20:42:06 +02:00
kiyan
589c36e26f fix(keymap setup): do not crash on vim.fn.extend to explain the user keymap config has changed 2021-07-02 15:12:12 +02:00
kiyan
4a9a17b7f1 fix(bindings): use vim.fn.extend instead of vim.tbl_extend 2021-07-02 10:12:33 +02:00
kiyan
f42f6095d7 fix(bindings): typos 2021-07-02 10:09:05 +02:00
kiyan
a01a33f9a8 fix(help ui): adapt to new bindings and fix code lint/format 2021-07-01 10:35:01 +02:00
kiyan
7abec5e594 fix(sshfs): use stat to get the filetype when fs_scandir does not return the type 2021-06-30 22:29:11 +02:00
booperlv
d311c22d46 add option to make width a percentage of "&columns" (#473) 2021-06-30 21:55:41 +02:00
kiyan
10e845e01c BREAKING CHANGE: make keybindings more configurable and add option to disable default 2021-06-30 21:54:17 +02:00
kiyan
86188a4b9d fix(resize): reimplement auto resize 2021-06-30 21:21:06 +02:00
kiyan
768788476e chore(async): schedule git on refresh 2021-06-30 19:47:34 +02:00
Kiyan
a80ea23b4c fix ci (#477) 2021-06-29 23:13:28 +02:00
kiyan
62cfaaef4f chore(ci): try fixing luacheck 2021-06-29 22:22:37 +02:00
Kiyan
9e5b6d5d81 chore(ci): add luacheck 2021-06-29 22:18:45 +02:00
kiyan
ed668a9c10 chore(luacheck): fix luacheck issues 2021-06-29 22:17:40 +02:00
kiyan
b31003e43a chore(git): schedule status update and redraw when git status update is done 2021-06-29 22:02:37 +02:00