DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: 2090686e4160e017f3a802a6530d7cb498670657 nvim-flake/config/ftplugin/nix.nix -rw-r--r-- 78 bytes
2090686eJonni Liljamo feat(oil): show hidden, change keybind 3 months ago
                                                                                
1
2
3
4
5
6
7
{
  opts = {
    tabstop = 2;
    softtabstop = 2;
    shiftwidth = 2;
  };
}