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
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
a59a4120a4
chore(help ui): switch ? to g? because ? is for backward search
2021-06-28 20:05:48 +02:00
Luke Kershaw
a06f949607
feat: Help UI for keybindings ( #470 )
2021-06-28 19:38:05 +02:00
lvim-tech
bfeaf4c8ef
Remove cursorcolumn and colorcolumn ( #445 )
2021-06-15 21:49:40 +02:00
Zi莱卷
d6ab59fd5a
feat: Support copy name and path ( #385 )
2021-05-21 08:32:48 +02:00
kiyan
825cf570bf
fix: open on tabpage when tree is already open only
2021-05-17 22:32:36 +02:00
Kristijan Husak
577df96b07
Set nowait on mappings to avoid timeout for conflicting mappings. ( #375 )
2021-05-17 22:24:47 +02:00
Sindre T. Strøm
c235df7aaa
Rename the rogue buffer. ( #327 )
2021-04-20 23:44:24 +02:00
Akin
983963779d
feat: add statusline winhighlight to explorer tree ( #326 )
2021-04-20 19:59:32 +02:00
kiyan
c995d65b7d
fix: put resize before preview ends
2021-04-19 23:59:37 +02:00
Sindre T. Strøm
f275d3faae
fix(view): Fix error thrown when trying to wipe buffer in autocmd window. ( #314 )
2021-04-18 18:43:24 +02:00
Kiyan
783870cda9
fix: handle new tabs properly ( #313 )
2021-04-18 11:11:56 +02:00
kiyan42
2fffd847bd
fix: keybindings not being set
2021-04-17 21:31:02 +02:00
kiyan42
a0c1d9d2b5
fix: prevent_buffer_override
...
- vim.schedule the buffer override autocmd to avoid being done before
other ones thus failing some of the cursor movement
- pcall the nvim_win_set_cursor to avoid failing when cursor is out of
the window
2021-04-17 21:03:27 +02:00
kiyan42
3d2144c73c
fix SignColumn should be NvimTreeNormal
2021-04-17 17:10:28 +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
kiyan
4b24a16ca1
ask user for quitting nvim when nvim-tree is the last window
2021-04-16 21:50:43 +02:00
Sindre T. Strøm
4271180aea
Don't create a new empty buffer on every open. ( #300 )
2021-04-16 09:32:27 +02:00
kiyan
75338221b0
switching to buffer -> to avoid bufwinenter being ignored
2021-04-15 23:03:41 +02:00
kiyan
f7047d63c8
highlight signcolumn as normal in tree window
2021-04-14 23:50:46 +02:00
kiyan
91c3d1b5eb
do not follow global hide options for buffer
2021-04-14 23:46:44 +02:00
Kiyan
ff814676d5
chore: rewrite buffer/window handling into view file ( #287 )
2021-04-13 23:54:01 +02:00