DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: 498eeca9ced6a220a5ccd9b431552cf84f52e22b nvim-flake/config/ftplugin/nix.nix -rw-r--r-- 78 bytes
498eeca9Jonni Liljamo feat(telescope): a couple binds a month ago
                                                                                
1
2
3
4
5
6
7
{
  opts = {
    tabstop = 2;
    softtabstop = 2;
    shiftwidth = 2;
  };
}