DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

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