DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: ef5a2499fe60621896f569ef2a3b572f601413e7 nvim-flake/config/plugins/default.nix -rw-r--r-- 117 bytes
ef5a2499Jonni Liljamo feat: enable nvim in devshell 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
{
  imports = [
    ./oil.nix
    ./telescope.nix
    ./treesitter.nix
    ./which-key.nix
    ./zen-mode.nix
  ];
}