DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: 8609972eb93639ab20c29ad5d54f6def5426fa29 nvim-flake/config/ftplugin/nix.nix -rw-r--r-- 78 bytes
8609972eJonni Liljamo feat(hover): init 3 days ago
                                                                                
1
2
3
4
5
6
7
{
  opts = {
    tabstop = 2;
    softtabstop = 2;
    shiftwidth = 2;
  };
}