{ programs.nixvim = { plugins = { neo-tree.enable = true; oil = { enable = true; settings = { default_file_explorer = false; skip_confirm_for_simple_edits = true; }; }; }; keymaps = [ { key = "-"; action = "Oil"; options.desc = "Oil"; } { key = "e"; action = "Oil --float"; options.desc = "Oil"; } { key = "E"; action = "Neotree toggle"; options.desc = "Neotree"; } ]; }; }