DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: 806c3f348254dace1f629abcf376029961ad6118 nvim-flake/config/ftplugin/go.nix -rw-r--r-- 101 bytes
806c3f34Jonni Liljamo feat(lualine): disable separators 3 months ago
                                                                                
1
2
3
4
5
6
7
8
{
  opts = {
    tabstop = 2;
    softtabstop = 2;
    shiftwidth = 2;
    expandtab = false;
  };
}