Commit Graph

  • 35e640fb25 Honor 'hidden' setting when deciding whether to split window Joel D. Elkins 2021-01-16 15:31:31 -0600
  • 90aa149ec5 Add default close binding to readme cloggier 2021-01-18 11:02:57 +0100
  • bf59dd4a86 make function local to avoid conflicts :) David 2021-01-15 22:44:34 +0200
  • 6b6f8f1b6b fixes #175 | early return if internal state is invalid(does not match nvim's state David 2021-01-13 11:31:13 +0200
  • 01ae59823c add close binding li 2021-01-16 05:38:34 +0000
  • 5bf3c9eaf3
    Variable should be local Joel D. Elkins 2021-01-17 15:33:22 -0600
  • 36def2ee32
    Remove unused variable Joel D. Elkins 2021-01-17 15:33:58 -0600
  • 6d7d5823d9
    table.remove takes only 2 arguments Joel D. Elkins 2021-01-17 15:33:44 -0600
  • 88f4421e9c
    Only do git status -u if status.showUntrackedFiles = true Joel D. Elkins 2021-01-17 15:06:14 -0600
  • 2e9dadc34b
    Remove unused check_and_open_split() Joel D. Elkins 2021-01-16 15:31:52 -0600
  • b0780ddc91
    Honor 'hidden' setting when deciding whether to split window Joel D. Elkins 2021-01-16 15:31:31 -0600
  • 4be4db9bd7
    add close binding li 2021-01-16 05:38:34 +0000
  • 0c7d1aa85b make function local to avoid conflicts :) David 2021-01-15 22:44:34 +0200
  • 787cef2a1d Use vim.fn instead of vim.api.nvim_eval Joel D. Elkins 2021-01-13 13:14:58 -0600
  • bacb987b77 Execute action in target window if possible Joel D. Elkins 2021-01-11 14:36:16 -0600
  • e935ec3bb0 When re-opening the tree buffer, navigate to the target window's working dir Joel D. Elkins 2021-01-13 13:17:51 -0600
  • 52a2905135 On dir_up, keep the current node selected and visible Joel D. Elkins 2021-01-13 13:17:01 -0600
  • 0a4123b71f Move dir_up functionality into lib and make '-' a default keymap for it Joel D. Elkins 2021-01-10 17:13:22 -0600
  • 11fb3de2f8
    Use vim.fn instead of vim.api.nvim_eval Joel D. Elkins 2021-01-13 13:14:58 -0600
  • 8772b5c79e
    When re-opening the tree buffer, navigate to the target window's working dir Joel D. Elkins 2021-01-13 13:17:51 -0600
  • 97492e9c8a
    On dir_up, keep the current node selected and visible Joel D. Elkins 2021-01-13 13:17:01 -0600
  • bb0232ca57 fixes #175 | early return if internal state is invalid(does not match nvim's state David 2021-01-13 11:31:13 +0200
  • e57f069989
    Execute action in target window if possible Joel D. Elkins 2021-01-11 14:36:16 -0600
  • b3f01721f0
    Move dir_up functionality into lib and make '-' a default keymap for it Joel D. Elkins 2021-01-10 17:13:22 -0600
  • 361e20ecfa Add dir_up function to expose navigating up one directory Joel D. Elkins 2021-01-07 14:33:14 -0600
  • cb2574728a
    Add dir_up function to expose navigating up one directory Joel D. Elkins 2021-01-07 14:33:14 -0600
  • 86944b51c0 renaming: lua-tree -> nvim-tree Zi莱卷 2020-12-28 22:42:36 +0800
  • 5067933457
    renaming: lua-tree -> nvim-tree Zi莱卷 2020-12-28 22:42:36 +0800
  • 05711754d9 renaming: lua-tree -> nvim-tree kiyan42 2020-12-27 19:09:05 +0100
  • acafe457ab renaming: lua-tree -> nvim-tree kiyan42 2020-12-27 19:09:05 +0100
  • 2e7118ca17 check buffer is valid when renaming kiyan 2020-12-23 00:02:43 +0100
  • 5080c5c44c fix file icon length Yiqun Ding 2020-12-20 19:27:42 +0800
  • 45a4e29fc7 fix file icon length Yiqun Ding 2020-12-20 19:27:42 +0800
  • 9810f8d8c9 Fix lua_tree_allow_resize variable name in docs Vitaly Kushner 2020-12-18 18:07:28 +0100
  • 0c2563d02c Fix lua_tree_allow_resize variable name in docs Vitaly Kushner 2020-12-18 18:07:28 +0100
  • bc8245c7bb enable sign column by default to have a little padding kiyan 2020-12-16 19:20:21 +0100
  • 2cd12d01f8 fix: missing local cqroot 2020-12-15 07:07:36 +0000
  • 043678c7bb feat: g:lua_tree_ignore support *.extension cqroot 2020-12-15 02:03:28 +0000
  • 98e948541f fix: missing local cqroot 2020-12-15 07:07:36 +0000
  • 24cafab139 feat: g:lua_tree_ignore support *.extension cqroot 2020-12-15 02:03:28 +0000
  • c84b8b4ab9 feat: auto close: avoid force user to press Enter key to exit ttys3 2020-12-14 21:34:18 +0800
  • 9aa8be639d Add nil check for link_to Simon Zeng 2020-12-13 23:36:54 -0500
  • 1596536064 feat: auto close: avoid force user to press Enter key to exit ttys3 2020-12-14 21:34:18 +0800
  • 17c8a20a19
    Add nil check for link_to Simon Zeng 2020-12-13 23:36:54 -0500
  • 0862bcc08e allow opening symlink to folders kiyan 2020-12-13 17:13:35 +0100
  • 033b465f34 add RM state and ' A' to hl groups kiyan 2020-12-13 16:52:23 +0100
  • 7e6177b8ff new file untracked is git dirty, new file unstaged is git new kiyan 2020-12-13 16:48:12 +0100
  • e7fe054ef1 back to basic functionnalities with nvimtreefindfile kiyan 2020-12-10 00:01:49 +0100
  • 811dacfb98 find file sets cursor on file if tree is open kiyan 2020-12-09 22:03:39 +0100
  • 2cec5892d7 Add close_node feature to README.md Rafael Bodill 2020-12-06 11:38:24 +0000
  • 54403415ed Add close_node action to close parent directory Rafael Bodill 2020-12-04 19:00:16 +0200
  • 97be7e2d85 Add close_node feature to README.md Rafael Bodill 2020-12-06 11:38:24 +0000
  • 3c7cb10c38 Add close_node action to close parent directory Rafael Bodill 2020-12-04 19:00:16 +0200
  • 2bf0043409 fix issue with data race when opening with luatreefindfile kiyan 2020-12-02 20:39:01 +0100
  • ec7c9da12a fix issue with data race when opening with luatreefindfile kiyan 2020-12-02 20:39:01 +0100
  • 4b1fa51e4f fix tree winnr Yiqun Ding 2020-11-30 21:16:17 +0800
  • b0dd411542 fix tree winnr Yiqun Ding 2020-11-30 21:16:17 +0800
  • 9c3bc7d031 also schedule open and follow kiyan 2020-11-29 20:16:20 +0100
  • ba4dac1e59 wrap refresh logic in vim.schedule callback kiyan 2020-11-27 22:03:27 +0100
  • 0e1dd1e9d7 also schedule open and follow kiyan 2020-11-29 20:16:20 +0100
  • 74fcc800d0 wrap refresh logic in vim.schedule callback kiyan 2020-11-27 22:03:27 +0100
  • 800aa015bf Fixes home directory slow saving William Fish 2020-11-25 19:54:47 +0000
  • d3eb9cc4c6 fix git root for v1 (monkeypatch) kiyan 2020-11-22 16:33:01 +0100
  • d5b0b7ab12 fix git root for v1 (monkeypatch) kiyan 2020-11-22 16:33:01 +0100
  • 198296f09c create file kiyan42 2020-11-08 12:00:40 +0100
  • 4da032e4e5 some refactos, and start adding the git stuff kiyan42 2020-11-01 23:34:17 +0100
  • 664e9b95c7 start watcher kiyan42 2020-11-01 17:11:02 +0100
  • 241937862e rename config options (wasn't really obvious before) kiyan42 2020-11-01 14:57:47 +0100
  • 253341a731 fix data race with setting up web-devicon on start.. kiyan42 2020-11-01 14:50:10 +0100
  • d57bf4a25d add change cwd logic kiyan42 2020-11-01 13:55:09 +0100
  • f91f35aaaf fix opening the tree, add commands kiyan42 2020-11-01 13:49:25 +0100
  • b1d497f7a0 remove .vim file kiyan42 2020-11-01 13:18:42 +0100
  • 75f60a92a2 fixes kiyan42 2020-11-01 13:15:27 +0100
  • c7cfeb39bf remove old code kiyan42 2020-11-01 13:15:14 +0100
  • c2403bc5cd fix is open kiyan42 2020-11-01 11:50:30 +0100
  • c3df209d81 features + bugfixes kiyan42 2020-11-01 11:36:08 +0100
  • ef893b523d g:lua_tree_quit_on_open respects preview Morten Paulsen 2020-10-31 20:30:17 +0100
  • 62bf971992 g:lua_tree_quit_on_open respects preview Morten Paulsen 2020-10-31 20:30:17 +0100
  • 0602058af5 no wrap in luatree buffer Raphael 2020-10-29 16:41:04 +0800
  • 521f2cfb5c Fix lua_tree_quit_on_open configuration option Jan Sipr 2020-10-28 20:04:15 +0100
  • 4d61796b74
    no wrap in luatree buffer Raphael 2020-10-29 16:41:04 +0800
  • 2f8af97be8 Fix lua_tree_quit_on_open configuration option Jan Sipr 2020-10-28 20:04:15 +0100
  • 4db2a29126 add overlay window kiyan42 2020-10-28 00:19:18 +0100
  • 6a4fbdc487 add root info kiyan42 2020-10-27 21:52:30 +0100
  • 9377d884ab add icons, folders and colors in formatter kiyan42 2020-10-27 21:32:08 +0100
  • 940baefb28 new indent markers algorithm and fix hl kiyan42 2020-10-27 20:09:00 +0100
  • cce34c06b0 check web-devicons has loaded kyazdani42 2020-10-27 16:11:30 +0100
  • 45d243f5fb fixes kiyan42 2020-10-27 00:07:35 +0100
  • ca7911abc0 Manager rerenders kiyan42 2020-10-26 20:53:33 +0100
  • ebf6f2a21a monkeypatch to open tree after processing all startup files and setting first filetype kiyan42 2020-10-26 21:12:49 +0100
  • fdb88f3a79 some refacto and add simple open/close mecanism kyazdani42 2020-10-25 11:12:17 +0100
  • 6c7027e108 add indent marker format, start improving the explorer kiyan42 2020-10-24 22:50:35 +0200
  • 5421f6b89a add explorer kiyan42 2020-10-24 21:40:36 +0200
  • 9870903a2c some config adjustments and add colors.lua kiyan42 2020-10-24 20:31:35 +0200
  • 7fe7cc4ee1 start rewrite and add open/close buffer/window functionnalities kyazdani42 2020-10-24 15:23:56 +0200
  • 6c2ee96207 open tree on package load instead of vimEnter kyazdani42 2020-10-24 09:11:11 +0200
  • b55cc721da fix update git hl on refresh even if git icons are disabled kyazdani42 2020-10-24 09:07:07 +0200
  • 48d433d059 fix allow_resize and document it kyazdani42 2020-10-24 09:04:02 +0200
  • b5db678577
    remove VimEnter event Raphael 2020-10-21 20:07:38 +0800
  • 8e3debfb5b
    call the on_enter function in open and toggle function Raphael 2020-10-21 20:06:53 +0800