Changsheng Wu
Changsheng Wu
After launching a daemon, it's interesting that `flameshot gui` the command does not copy but clicking from the tray to take a screenshot does copy the content to clipboard. I...
Same issue. I use https://github.com/sheerun/vim-polyglot to load plasticboy/vim-markdown. :e command doesn't work for me.
I found [sheerun/vim-polyglot](https://github.com/sheerun/vim-polyglot) doesn't play nicely with [plasticboy/vim-markdown](https://github.com/plasticboy/vim-markdown) https://github.com/sheerun/vim-polyglot/issues/152#issuecomment-497419925 not sure which end should resolve this issue
> > > I'm testing NixOS and I'm having a similar problem using GNOME. Apps won't appear in the Shell until I reset GNOME. May I know how to `reset...
"Show Applications" work after I logged out and logged into gnome
> Hi, @yorickvP would you mind posting your while flake.nix? I cannot figure out how to apply your snippet into my flake.nix. Thanks!
Never mind, `self` is context dependent, and my workaround script looks like ```nix { description = ""; inputs = { }; outputs = { self, home-manager, darwin, nixpkgs, nixos, ......
This makes me really sad that I have to change my init.lua to init.vim and read it into peograms.neovim.extraConfig. https://github.com/nix-community/home-manager/blob/be56b6f2c5df6a4da8c91d4a3174f77d66c35533/modules/programs/neovim.nix#L266 Will this "bug" ever be fixed?
Well, https://github.com/nix-community/home-manager/pull/1945 might be a fix 😅
Still having this issue of writing `set packpath=...` to init.vim even with https://github.com/nix-community/home-manager/pull/2058 and https://github.com/NixOS/nixpkgs/pull/125547 merged. After pulling the latest channels from home-manager and nixpkgs-unstable, inspection the derivation of this...