Bryant

Results 18 issues of Bryant

In gruvbox, the hint color is not shown. ![image](https://user-images.githubusercontent.com/92417638/144776850-d8bdfa0d-5458-4b69-a436-3e020e6c23c4.png)

does this support windows ?

Hi, how to custom create a figlet header?

packersync hangs on windows. adlfter the process is completed, the prompt (windows terminal) would lag. anyways to fix this? [my github repo](https://github.com/bryant-the-coder/NvHack)

![image](https://user-images.githubusercontent.com/92417638/162931538-15f31664-05ff-47e8-a052-dcacfc9bd11f.png) This has happened at least 2 times in 2 weeks. Any way to fix this? OS: Windows 10 NVIM v0.7.0-dev+1400-g233014f92 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Compiled by runneradmin@fv-az158-709

bug
platform:windows

I wanna bind this 2 keys to bookmark and open the bookmark.But how?

general question

Hi, it will be great to be able to change the transparency of the bg.

``` projects = { base_dirs = { '$APPDATA/Local/nvim/' }, hidden_files = true } ``` ![image](https://user-images.githubusercontent.com/92417638/145511240-8f09c83a-d862-4df8-9c9e-87590113f116.png) this is strange

How can I add my own color? Like I wanna add another yellow color into it. How should I do that? ``` lime = { "Identifier", "#00FF00" }, ``` I...

This smart equal is shown below ```lua local foo=require "foo" ``` but with smart equals it will be like this ```lua local foo = require "foo" ```

feature