DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: d5460f78088cdcc2dc6209c9224a1eb4f943a10f nvim-flake/config/default.nix -rw-r--r-- 144 bytes
d5460f78Jonni Liljamo feat: add telescope 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;
}