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