Skip to content

Commit

Permalink
vim_schedule unused
Browse files Browse the repository at this point in the history
  • Loading branch information
desdic committed Mar 27, 2024
1 parent 9612cc3 commit cf4a432
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/marlin/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ local datafile = require("marlin.datafile")
local utils = require("marlin.utils")

-- Small optimizations
local vim_schedule = vim.schedule
local vim_api_nvim_win_get_cursor = vim.api.nvim_win_get_cursor
local vim_api_nvim_win_set_cursor = vim.api.nvim_win_set_cursor
local utils_is_empty = utils.is_empty
Expand Down

0 comments on commit cf4a432

Please sign in to comment.