Commit Graph

17 Commits

Author SHA1 Message Date
kiyan
00807d7bd5 fix: find_node offset when hide_root_folder is true
fixes #843
2022-01-21 12:55:07 +01:00
kiyan
1248bcec86 refacto: create actions folder and move some code to it
- move trash.lua into actions
- move system-open from root file to actions
- move copypasta code from fs to actions
- add file_exists in utils
- add rename_loaded_buffers in utils (might need to move that in the
  future).
2022-01-21 11:25:49 +01:00
Yuriy Artemyev
e725572f2a A more modern way to raise warning message (#893) 2022-01-21 11:07:47 +01:00
kiyan
9b9059f5a3 fix: pathext non existent on unix 2021-11-28 14:23:58 +01:00
UnderCooled
f2f1a34733 Using "vim.env.PATHEXT" to determine Windows executables. (#784) 2021-11-28 14:18:29 +01:00
Kiyan
6662b60a2b feat/chore: rewrite git with job and some other fixes (#743)
* feat/chore: rewrite git with job and some other fixes

* fix: fs clear window, rename echo_warning -> warn

also fix renaming and add an event blocker to avoid running many events
at the same time
2021-11-27 16:02:54 +01:00
Jakub Łuczyński
08a29d350e Fixed clear_prompt (#693) 2021-10-08 19:26:43 +02:00
kiyan
8cf639c821 Revert "fix: use fnameescape to escape the path for use in cmds"
This reverts commit 58d7c8d178.
2021-06-04 09:02:13 +02:00
kiyan
58d7c8d178 fix: use fnameescape to escape the path for use in cmds
INFO: could potentially lead to issues, might need to revert
2021-06-04 08:25:21 +02:00
Sindre T. Strøm
10c686f7df feat: Implement window picker. (#340) 2021-05-19 23:30:15 +02:00
Sindre T. Strøm
027e523431 feat: Sort nodes sensibly (#334) 2021-04-22 21:12:47 +02:00
Dmitriy
5c339e5a00 fix lsp diagnostics highligth: find_node index, bufnr (#295) 2021-04-14 23:03:25 +02:00
Kiyan
82b20f5b5e feat: nvim lsp integration (#260) 2021-04-08 23:30:35 +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
peach lasagna
eadead6072 add Gitignore (#251) 2021-03-30 20:11:25 +02:00
Federico Scodelaro
31ef294d05 Patch windows (#222) 2021-03-09 20:12:10 +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