Bryant
Bryant
In gruvbox, the hint color is not shown. 
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)
 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
I wanna bind this 2 keys to bookmark and open the bookmark.But how?
Hi, it will be great to be able to change the transparency of the bg.
``` projects = { base_dirs = { '$APPDATA/Local/nvim/' }, hidden_files = true } ```  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" ```