DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

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