shaunsingh

Results 138 comments of shaunsingh

Did any of you find out how to fix this issue? same thing happening here. My flake.nix for anyone wondering: https://github.com/shaunsingh/vimrc-dotfiles/blob/main/flake.nix

The cyan color is definitely an issue and not part of the theme. What's happening is that the built-in regex highlighting is either incorrectly putting the cyan color, or I...

I do not have a dark theme yet but its something I'm planning to add very soon

I'll try putting everything under the `macros/` folder, rather than some under `macros/lib` and some under `macros/`. It would be nice to have support for the later case as well...

Nevermind, similar error even after doing that. I don't think https://github.com/Olical/aniseed/issues/62 was actually fixed ``` Error detected while processing /Users/shauryasingh/.local/share/nvim/site/pack/packer/start/aniseed/plugin/aniseed.vim: line 3: Compile error in /Users/shauryasingh/.config/nvim/fnl/core/commands.fnl:2 .../shauryasingh/.config/nvim/fnl/macros/command-macros.fnl:1: module 'macros.types-macros' not...

Loving the work on conjure, for now I just moved everything into one file and it works perfectly. Take your time, no worries

Looks wonderful! Personally I don't use any shadows and popups so this will work just fine for me. aliasing `right/left` with `top/bottom` would definitely be a nice QOL improvement but...

I don't really do much common-lisp dev but I'll look into it. I configured vlime to load once a common-lisp file is loaded, so I believe it *should* work (obviously...

common addons as in? once the module system is finalized I'll make official contributing guidelines but for now: 1. New modules / PR to modules can just be PR'd as...

re number 2, yeah thats the idea once all the core stuff is sorted. I want to make the module system final or else people who make modules will have...