Commit Graph

154 Commits

Author SHA1 Message Date
kiyan
d705feda5a fix: fs refresh override refresh clock 2021-08-28 14:52:10 +02:00
kiyan
0a178d17bc fix: double entries and wrong cursor value when using mksession 2021-08-28 10:06:36 +02:00
Khang
c75e4a63b7
fix: respect_buf_cwd #567 (#583) 2021-08-21 12:04:44 +02:00
Yusuke Uchida
143505b281
Added new option, respect_buf_cwd (#533) 2021-08-07 09:59:42 +02:00
kiyan
cf9582962f fix: add refresh guard mecanism to avoid doing too many updates 2021-07-20 00:05:03 +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
Andrew Wong
64aacb67ab
fix: don't populate git status when git unused (#499) 2021-07-10 10:05:53 +02:00
kiyan
768788476e chore(async): schedule git on refresh 2021-06-30 19:47:34 +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
kiyan
92ee4471fd fix(picker): enable relative windows 2021-06-29 10:15:25 +02:00
kiyan
ed7f3851d1 fix(picker): do not select floating windows 2021-06-28 20:31:15 +02:00
Luke Kershaw
a06f949607
feat: Help UI for keybindings (#470) 2021-06-28 19:38:05 +02:00
kiyan
906a35cd0e fix: do not change dir on win changed and fix going up a dir 2021-06-09 07:46:28 +02:00
kiyan
714dee57e5 fix: do not load cwd on each init call to avoid double rendering at startup when doing vim DIR 2021-06-07 20:18:19 +02:00
kiyan
3196205131 chore: switch cd to lcd and update root on dirchanged 2021-06-07 20:09:48 +02:00
Sindre T. Strøm
9aed1acb47
fix: Gitignore rules not being applied on new nodes. (#415) 2021-05-31 09:12:59 +02:00
Sindre T. Strøm
23935ff003
feat: Option for excluding buffers from the window picker. (#401) 2021-05-27 09:19:10 +02:00
Sindre T. Strøm
1499360359
fix(lib): Refresh tree if it was opened before init. (#399) 2021-05-26 09:56:15 +02:00
Alexander Popov
0c97e6406c
add pick guard for focusable (#398) 2021-05-25 20:05:33 +02:00
Sindre T. Strøm
f61ea4dc04
fix(lib): Handle nvim_win_get_option correctly when it fails. (#394) 2021-05-25 19:58:37 +02:00
Sindre T. Strøm
5e7e5f2949
feat(lib): Improved tabnew behavior. (#395) 2021-05-25 19:53:43 +02:00
kiyan
ef570074e0 fix: vim.v returns vim.NIL not nil anymore 2021-05-20 22:37:55 +02:00
Sindre T. Strøm
12dd571202
fix(lib): Fix the tabnew callback. (#386) 2021-05-20 21:43:06 +02:00
Sindre T. Strøm
10c686f7df
feat: Implement window picker. (#340) 2021-05-19 23:30:15 +02:00
kiyan
4706b74938 hotfix dir up 2021-05-19 23:27:26 +02:00
Sindre T. Strøm
624bec7ecd
refactor: open_file (#345) 2021-05-17 22:13:30 +02:00
Sindre T. Strøm
c2d71046c6
fix(git): Fix the gitignore implementation. (#335) 2021-04-22 21:32:10 +02:00
Sindre T. Strøm
e3516eeb6e
fix(diagnostics): Update lsp diagnostics signs when opening/closing folders. (#325) 2021-04-20 18:38:28 +02:00
kiyan
c995d65b7d fix: put resize before preview ends 2021-04-19 23:59:37 +02:00
Kiyan
783870cda9
fix: handle new tabs properly (#313) 2021-04-18 11:11:56 +02:00
kiyan
dc59fa484d feat: add command to prevent nvim-tree window override by another buffer 2021-04-16 23:07:10 +02:00
Sindre T. Strøm
4ee45d9261
fix(view): Recreate tree buffer if deleted, and handle scenario where buffer already exists. (#307) 2021-04-16 22:32:54 +02:00
Sindre T. Strøm
da09da3318
feat(diagnostics): More responsive and configurable diagnostics signs. (#303) 2021-04-16 17:57:16 +02:00
Sindre T. Strøm
090697e71f
Add a ready event. (#302) 2021-04-16 09:32:46 +02:00
kiyan
84052991cd fix calling winnr function 2021-04-15 22:14:37 +02:00
kiyan
ce7b1861ad remove noautocmd wincmd which breaks some functionnalities 2021-04-14 23:25:59 +02:00
kiyan42
ed6971d88a fix: close is in view, not in lib 2021-04-14 12:01:40 +02:00
Kiyan
ff814676d5
chore: rewrite buffer/window handling into view file (#287) 2021-04-13 23:54:01 +02:00
Carlos Afonso
c2f2c665d8
Feat/icon highlighting for opened files and directories (#258) 2021-04-13 20:12:21 +02:00
Sindre T. Strøm
50d31fb7f3
feat: Highlight gitignored files (and fix g:nvim_tree_gitignore) (#268) 2021-04-08 22:52:56 +02:00
Kiyan
81269a6eba
chore: remove async to avoid unecessary complexity (#277) 2021-04-08 22:36:17 +02:00
Per Larsson
3350e4e97e
Use platform path separator when setting tree index. (#269) 2021-04-05 22:01:02 +02:00
Carlos Afonso
de93da78a9
Feat/add advanced navigation (#257) 2021-04-03 00:38:28 +02:00
Sindre T. Strøm
ed23e1df1c
feat: preserve the file tree buffer (#249) 2021-03-31 21:44:55 +02:00
Sindre T. Strøm
f0338fc55b
feat: Add command to focus tree window regardless of window state (#250) 2021-03-31 21:29:56 +02:00
Sindre T. Strøm
709d6b968b
feat: Option for grouping empty directories (#247) 2021-03-26 19:24:03 +01:00
kiyan
e0b9882a8a fix: set back winhl on the tree window 2021-03-23 21:04:33 +01:00
Levi Rizki Saputra
4c46d2b192
fix vim.g.nvim_tree_git_hl is not work (#232)
- it doest not disable git status reloading
2021-03-14 19:29:01 +01:00
Kassio Borges
784bba77c5
NvimTreeFindFile open a window in current tab (#228)
Fixes #225
2021-03-10 22:24:22 +01:00
Federico Scodelaro
31ef294d05
Patch windows (#222) 2021-03-09 20:12:10 +01:00
kiyan
905afba209 chore: refacto binding initialization (inverse mapping table) 2021-02-23 00:31:47 +01:00
kiyan
0136801444 chore: rename lib folder to nvim-tree
Allows external access to the lua api and follow neovim plugins better
practices
2021-02-22 21:02:23 +01:00