DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: 2dc20f03c1e3202cd90101e7bb60ad4f3b0b4eca nvim-flake/config/default.nix -rw-r--r-- 144 bytes
2dc20f03Jonni Liljamo feat: mapleader 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;
}