DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: 8bc34ed42588ee746d9135a821989b2cd2a581d4 nvim-flake/config/ftplugin/go.nix -rw-r--r-- 101 bytes
8bc34ed4Jonni Liljamo feat(gitsigns): init 3 months ago
                                                                                
1
2
3
4
5
6
7
8
{
  opts = {
    tabstop = 2;
    softtabstop = 2;
    shiftwidth = 2;
    expandtab = false;
  };
}