Henri
Henri
Decided to go with a meme from reddit. Also, sry for the indent lines, not sure why they show. 
I have been also trying to install lunar vim on nixos but I get snag on npm install "tree-sitter-cli" globally which nixos can't find. no issues npm -g neovim globally...
@Dulanjala007 Thank you so much for the detailed answer. I'm relatively new to nixos and I am both stumped and pleasantly surprised at times by nix way of doing Linux....
Bump because I am having the same issue.
I also have this problem when running e2e tests on NestJs and that didn't fix it for me.
I have it running package.el ```elisp (package! xkcd) ``` config.el ```elisp (after! xkcd :enable t) (map! :leader (:prefix "o" :desc "Kubernetes" "x" 'xkcd)) ```
@wad209 Thanks I was looking for what those 2 keys right name were.
@hmaesta I have it working on the latest svelte kit version. You can find how I have it working [here](https://github.com/Vanderscycle/Professional-website/blob/4e487a69535ebd2b291250241c7035763d379ac5/src/components/ui/QrCode.svelte#L52)