Kirill Pletnev
Kirill Pletnev
Here is mine. Lightline style'ish Gruvbox colorscheme.      Highly dynamic (see [Gif](https://gifyu.com/image/V5jR)) [Code](https://gist.github.com/horseinthesky/87d6f5dc8d118b294f35ece4121cf06d) Thank you @glepnir for an amazing tool (waiting patiently for https://github.com/glepnir/galaxyline.nvim/issues/24). Thank you...
@ronisbr Share the code pls.
@sunjon When I am trying to close the tab via `q` or `:bdelete` I get: ``` E5601: Cannot close window, only floating window would remain ``` Is this also related...
Same for Putty/Kitty and SecureCRT.
> Is there a way to disable treesitter indentation for only a single filetype? Yes. I've disabled it for `yaml` (since it is broken too) with ``` indent = {...
> @horseinthesky Where do you place this configuration? I am using the LunarVim lua config for nvim and I am not sure where it should go? This piece of Lua...
I have no idea how it can be connected but I only experience this when on VPN (wireguard) connection. VPN disabled - 45 of 45 successful updates. VPN enabled -...
Same issue here. I'm using SecureCRT which does not support true color. For gruvbox and solarized8 themes, there are bash scripts provided which fix colors for 256 color terminals.
> What's your expecting result? Do you just want to disable rainbow for this file type or you want rainbow to highlight the parentheses inside `{% %}` or you want...
modify: `module.exports.LEAD_KEY = process.platform === 'darwin' ? 'Cmd' : 'Ctrl';` to: `module.exports.LEAD_KEY = process.platform === 'darwin' ? 'Cmd' : 'Alt';` in ```C:\Users\horseinthesky\.hyper_plugins\node_modules\hyper-search\src\constants.js``` fixes work on Windows but can we have...