DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: b0c242dc87f26f8e73365264af1f3ada9aaf795e nvim-flake/config/ftplugin/nix.nix -rw-r--r-- 78 bytes
b0c242dcJonni Liljamo feat(markview): init 6 days ago
                                                                                
1
2
3
4
5
6
7
{
  opts = {
    tabstop = 2;
    softtabstop = 2;
    shiftwidth = 2;
  };
}