Browse Source

fix: lock oil to commit to fix bug

master
Tovi Jaeschke-Rogers 3 months ago
parent
commit
2b6ecf284f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .config/nvim/lua/tovi/plugins/oil.lua

+ 1
- 0
.config/nvim/lua/tovi/plugins/oil.lua View File

@ -1,6 +1,7 @@
return { return {
"stevearc/oil.nvim", "stevearc/oil.nvim",
opts = {}, opts = {},
commit = '18272aba9d00a3176a5443d50dbb4464acc167bd',
-- Optional dependencies -- Optional dependencies
dependencies = { "nvim-tree/nvim-web-devicons" }, dependencies = { "nvim-tree/nvim-web-devicons" },
config = function() config = function()


Loading…
Cancel
Save