Amirabbas Fazelinia
Amirabbas Fazelinia
Since this project aims to be a minimal terminal wrapper I don't think the terminal should reopen so for example the user can have his own keymap to reopen the...
> This is a very ambitious feature. Other plugins, terminal etc. are outside of the scope of nvim-tree and will not be considered. Maybe I explained my idea a little...
Hello @dtop129. It's nice to have fallback fonts built inside the program. However, it would be much better if you use font aliases. Here is what I have in my...
عنیمه
It could be a callback that would be called once all the plugins are installed (just like how the `config` callback is for individual plugins).
> I think this error should only happen when you PackerCompile without a PackerInstall first so you should just do that Yeah, I could do that. Although what I'm looking...
Consider using [barbecue.nvim](https://github.com/utilyre/barbecue.nvim). Here is a minimal config for what you want: ```lua require("barbecue").setup({ symbols = { separator = ">", }, kinds = false, }) ```
Honestly, it's been a while since I used this plugin myself. So just be sure that nothing breaks. Cases that I recommend testing: 1. Relative file paths (especially when there...
Hello! The `%` operator has this "look ahead" functionality that searches for the _next pair_ and not the outer pair. So it doesn't quite make sense to have them both....
I think a fork would be a great approach, because the base functionality of this feature is pretty much the same but the difference is in how you actually use...