Alexander Courtis

Results 641 comments of Alexander Courtis

Let's finish off FS watchers before we start this, to avoid any unnecessary work or refactioring. I've finally sorted out debounced thread concurrency, PR soon. This unlocks fs_poll -> fs_event...

I have a branch I have been working on that extracts Node classes, including the root node. That change may make this threading approach easier.

Wiki / readme: yes nvim-tree functionality: no This is hugely problematic due to: * unpredictable vim event ordering, especially factoring in nested autocommands * vim plugins / automation modifying buffers...

> And without saving bookmarks when their program exits, they are useless. Bookmarks are not persisted. The documentation does not state that they are persisted. Persistence is possible but not...

> Hi, yes, but I read in a Reddit post that the folder colors are defined by the theme that is being use. I use alacrity terminal. Please link your...

The nvim-tree team do not have expertise in nor access to a windows environment hence this issue is "PR Please": you'll need to fix this yourself. It is similar to...

An interesting test may be to load files via various means e.g. command line, `:e`, from quickfix list, fugitive, fzf, nvim-tree etc. then inspecting `:ls!`. This may not be an...

> * Help cleanup & improvements (ongoing, format has been revamped) @kyazdani42 what further changes are you looking for? #1327 looks pretty good ;)

I used use a custom action [cd_dot](https://github.com/alex-courtis/arch/blob/c91322f51c41c2ace04614eff3a37f13e5f22a24/config/nvim/lua/nvt.lua#L9) for this. I stopped after we added `restrict_above_cwd`. We could add an action: ```lua { key = ".", action = "cd_cwd", desc =...