Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
fix(oil): use other branch until semantic tokens are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
RayJameson committed Oct 12, 2024
1 parent a4fdea9 commit bb79664
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"nvim-ts-context-commentstring": { "branch": "main", "commit": "9c74db656c3d0b1c4392fc89a016b1910539e7c0" },
"nvim-ufo": { "branch": "main", "commit": "203c9f434feec57909ab4b1e028abeb3349b7847" },
"nvim-web-devicons": { "branch": "master", "commit": "19d257cf889f79f4022163c3fbb5e08639077bd8" },
"oil.nvim": { "branch": "master", "commit": "ccab9d5e09e2d0042fbbe5b6bd05e82426247067" },
"oil.nvim": { "branch": "feat/scratch-preview", "commit": "60fe23050f5b93550262f5c96ab00b5c51b60830" },
"overseer.nvim": { "branch": "master", "commit": "965f8159408cee5970421ad36c4523333b798502" },
"plenary.nvim": { "branch": "master", "commit": "2d9b06177a975543726ce5c73fca176cedbffe9d" },
"promise-async": { "branch": "main", "commit": "119e8961014c9bfaf1487bf3c2a393d254f337e2" },
Expand Down
9 changes: 8 additions & 1 deletion lua/plugins/oil.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
---@type LazySpec
return {
"stevearc/oil.nvim",
--[[
HACK:
until stevearc/oil.nvim#435 is fixed
I will use this branch, have to rebase on origin/master manually
Either stevearc/oil.nvim#467 should be merged or upstream will fix semantic tokens
--]]
"jelmansouri/oil.nvim",
branch = "feat/scratch-preview",
specs = {
"nvim-tree/nvim-web-devicons",
{
Expand Down

0 comments on commit bb79664

Please sign in to comment.