DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: ef5a2499fe60621896f569ef2a3b572f601413e7 nvim-flake/config/plugins/treesitter.nix -rw-r--r-- 53 bytes
ef5a2499Jonni Liljamo feat: enable nvim in devshell 5 months ago
                                                                                
1
2
3
4
5
{
  plugins.treesitter = {
    enable = true;
  };
}