DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: 5816886ee59626ab3d78f100658c8539eff778c2 nvim-flake/config/plugins/default.nix -rw-r--r-- 77 bytes
5816886eJonni Liljamo feat: oil keymap 3 months ago
                                                                                
1
2
3
4
5
6
7
{
  imports = [
    ./oil.nix
    ./telescope.nix
    ./which-key.nix
  ];
}