DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

nvim-flake/config/ftplugin/nix.nix -rw-r--r-- 78 bytes
3748c750liljamo chore: update flake inputs and make suggested changes 2 months ago
                                                                                
1
2
3
4
5
6
7
{
  opts = {
    tabstop = 2;
    softtabstop = 2;
    shiftwidth = 2;
  };
}