{ programs.nixvim = { plugins = { neo-tree.enable = true; oil = { enable = true; settings = { default_file_explorer = false; skip_confirm_for_simple_edits = true; win_options = { concealcursor = "ncv"; conceallevel = 3; cursorcolumn = false; foldcolumn = "0"; list = false; signcolumn = "no"; spell = false; wrap = false; }; float = { padding = 5; }; keymaps = { "-" = "actions.parent"; "b" = "actions.parent"; "" = "actions.close"; "" = "actions.select_split"; "" = "actions.refresh"; "" = "actions.preview"; "" = "actions.select_vsplit"; "" = "actions.select_tab"; "" = "actions.select"; _ = "actions.open_cwd"; "`" = "actions.cd"; "g." = "actions.toggle_hidden"; "g?" = "actions.show_help"; "g\\" = "actions.toggle_trash"; gs = "actions.change_sort"; gx = "actions.open_external"; "~" = "actions.tcd"; }; }; }; }; keymaps = [ { key = "-"; action = "Oil"; options.desc = "Oil"; } { key = "e"; action = "Oil --float"; options.desc = "Oil"; } { key = "E"; action = "Neotree toggle"; options.desc = "Neotree"; } ]; }; }