Yiqun Ding
4b1fa51e4f
fix tree winnr
2020-11-30 23:27:22 +01:00
Raphael
0602058af5
no wrap in luatree buffer
2020-10-30 18:14:52 +01:00
Zach Coyle
47cd138808
add edge-cases around deleting/staging
2020-10-14 10:02:38 +02:00
kyazdani42
640d147d70
fix small issue with cursor not being placed on the last line with a folder
2020-09-12 12:30:46 +02:00
kiyan42
51323b00a4
fix render bug with special files
2020-08-11 17:17:13 +02:00
kiyan42
114dee0d9b
fix folder hl function with folder icon disabled
2020-08-11 17:12:52 +02:00
Santos Gallegos
222732d9d4
Fallback to default icon for symlinks and fix padding
...
Fixes https://github.com/kyazdani42/nvim-tree.lua/issues/80
2020-08-10 18:35:07 +02:00
Kristijan Husak
62846b1e31
Print warning when git state is not recognized.
2020-08-06 11:51:28 +02:00
Kristijan Husak
9cad30f1be
Handle git deleted state.
2020-08-06 11:51:28 +02:00
kiyan42
505d63a3e7
use nvim devicon colors and fix empty space before file
2020-08-04 21:08:47 +02:00
Kristijan Husak
859be0bb76
Merge root folder and parent navigator into one.
2020-08-03 21:29:02 +02:00
Kristijan Husak
caf238d908
Add root folder name.
2020-08-03 21:29:02 +02:00
kiyan42
600853ec4d
fix space between icon and filename with special file
2020-08-03 12:38:15 +02:00
kiyan42
a25ac38db1
add file highlight for git attributes and remove the space before the git icon
2020-08-03 10:31:23 +02:00
kiyan42
c552a4f4f5
refacto display and add LuaTreeFolderDirty group
2020-08-03 10:29:54 +02:00
Santos Gallegos
a2e0db6123
Icons: allow setting a string as file icon
...
Closes https://github.com/kyazdani42/nvim-tree.lua/issues/45
2020-08-02 11:40:51 -05:00
kiyan42
2ceb049b5b
lints
2020-07-23 11:40:39 +02:00
kiyan42
20f39a951a
fix: markers not rendering properly on last indent
2020-06-22 14:47:50 +02:00
kiyan42
3ca7fd0aed
fix small bug with indent markers, add notice to README for netrw and gx
2020-06-22 12:23:09 +02:00
kiyan42
4f499d9e53
finish indent markers properly
2020-06-20 15:35:24 +02:00
kiyan42
7988dd407c
add indent markers
2020-06-20 15:34:49 +02:00
Gregory
509f0e0c3b
Improve icon fetching logic
2020-06-13 20:39:43 -04:00
kyazdani42
18dac0ed84
add .luacheckrc and fix linter issues
2020-06-08 11:23:30 +02:00
kyazdani42
e9548d7992
fix: check for nil bufnr to avoid messing up the UI when rendering
2020-06-05 19:17:11 +02:00
Marek Konopka
ff76ccafdc
Add configurable folder icons
2020-06-02 13:33:03 +02:00
kiyan42
e0bfcb4a6f
Refacto: rewrite everything
...
- The tree is created with libuv functions, which makes it blazingly fast.
- The tree may now be faster than any other vim trees, it can handle directories with thousands of files without any latency at all (tested on 40K files, works flawlessly).
- More solid logic for opening and closing the tree.
- tree state is remembered (closing / opening a folder keeps opened subdirectories open)
- detection of multiple git projects in the tree
- more icon support
- smart rendering
- smart updates
- ms windows support
- gx replacement function running xdg-open on linux, open on macos
2020-05-29 15:33:47 +02:00