diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-08-23 15:15:20 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-08-23 15:15:20 +0700 |
| commit | 3c71645d355910b6998e97a1efca6f5a7c7608bc (patch) | |
| tree | 14c7e7090c99547fcd27e135ce5f225055d6cc13 /nvim/.config | |
| parent | 9f12ea8a648fa6483b392dc9ba1d7dbf4e61057c (diff) | |
-
Diffstat (limited to 'nvim/.config')
| -rw-r--r-- | nvim/.config/nvim/lua/config/plugins.lua | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nvim/.config/nvim/lua/config/plugins.lua b/nvim/.config/nvim/lua/config/plugins.lua index f0b7619..464a5ae 100644 --- a/nvim/.config/nvim/lua/config/plugins.lua +++ b/nvim/.config/nvim/lua/config/plugins.lua @@ -33,10 +33,14 @@ vim.pack.add { --vim.lsp.config.vlang.setup({}) -- oil -require("oil").setup({ default_file_explorer = true, +-- oil +require("oil").setup({ + default_file_explorer = true, columns = {}, keymaps = { ["q"] = "actions.close", + ["l"] = "actions.select", -- Opens the file or enters the directory + ["h"] = "actions.parent", -- Goes up to the parent directory }, delete_to_trash = true, view_options = { |
