David Karrick
David Karrick
Is this still an issue? I know repos like [OrbTK](https://github.com/redox-os/orbtk) where you can compile examples with `cargo run --example widgets --release`. Another option would be to make a repo just...
Super Saiyan  
My statusline made to look as close as possible to spacemac's statusline  [code](https://github.com/Th3Whit3Wolf/dots/blob/main/private_dot_config/private_nvim/private_lua/private_plugins/statusline/private_init.lua) Edit: opening file with system shell shebang will now return the actual system shell (ex bash...
@skbolton ```lua local mode_color = { n = 'DarkGoldenrod2', i = 'chartreuse3', v = 'gray', [""] = 'gray', V = 'gray', c = 'plum3', no = 'DarkGoldenrod2', s = 'SkyBlue2',...
https://user-images.githubusercontent.com/48275422/106874916-064df300-66ce-11eb-8a43-873a2bb8590f.mp4 Small update. @glepnir help me figure out automatic switching between light and dark colorschemes so I thought I'd post a something here.
I have a function like this ```lua function M.Color(val) return function() local dark = { bg = "#282c34", bg2 = "#212026", base = "#b2b2b2", comp = "#c56ec3", func = "#bc6ec5",...
> Is there any galaxyline theme that automatically adapts to any colorscheme? I've tried using terminal colors, like: > > ``` > local colors = { > bg = vim.g.terminal_color_0,...
I would very much like this, I am trying to lazyload `vim-gfm-syntax` only for markdown files in git repositories that are being pushed to github. ```viml function! s:CheckIfGithub() let cwd...
[This](http://ece.uprm.edu/~nayda/Courses/Icom5047F06/Papers/paper4.pdf) will probably be more informative and credible then me.
Would you be open to having a method of doing that through criterion? Some people use criterion as a benchmark tool to compare multiple frameworks or to multiple approachs to...