Skip to content

Commit

Permalink
lint: fix typecheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Sep 18, 2023
1 parent 92b105a commit 5aaf392
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/stickybuf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ local config = {}
local util = require("stickybuf.util")
local M = {}

-- TODO remove after https://github.com/folke/neodev.nvim/pull/163 lands
---@diagnostic disable: inject-field

---@param bufnr integer
local function open_in_best_window(bufnr)
-- Open the buffer in the first window that doesn't have a sticky buffer
Expand Down

0 comments on commit 5aaf392

Please sign in to comment.