DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: f1ca35dda02d6002cbcee227d5a1504812701231 nvim-flake/config/default.nix -rw-r--r-- 144 bytes
f1ca35ddJonni Liljamo feat: add which-key 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
{
  imports = [
    ./plugins
    ./globals.nix
  ];

  withNodeJs = false;
  withRuby = false;

  clipboard.providers.wl-copy.enable = true;
}