diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-05-26 13:29:40 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-05-26 13:29:40 +0200 |
commit | 55a50821a7ecd5b4c1008515e88d126fd04c813b (patch) | |
tree | 5555d1fee72a49f5e9c37694d5ac22916023cbdf /fnl/plugins | |
parent | 9833e15f60bc7154d3446b181d6883bd8e4f1bff (diff) |
Update oil to not use float
Diffstat (limited to 'fnl/plugins')
-rw-r--r-- | fnl/plugins/oil.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/oil.fnl b/fnl/plugins/oil.fnl index 5e41b08..72f0f7c 100644 --- a/fnl/plugins/oil.fnl +++ b/fnl/plugins/oil.fnl @@ -19,7 +19,7 @@ :float {:padding 1 :max_width 64 :max_height 32}}) (local keys [{1 "-" - 2 "<cmd>lua require(\"oil\").open_float()<cr>" + 2 "<cmd>lua require(\"oil\").open()<cr>" :desc "Open parent directory"}]) {1 :stevearc/oil.nvim : opts : keys :lazy false} |