DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: 1297370be759bb51d5095fefe06d54655c19ce90 nvim-flake/config/ftplugin/nix.nix -rw-r--r-- 78 bytes
1297370bJonni Liljamo fix: force light theme a month ago
                                                                                
1
2
3
4
5
6
7
{
  opts = {
    tabstop = 2;
    softtabstop = 2;
    shiftwidth = 2;
  };
}