We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5292e1d commit ee7ffc1Copy full SHA for ee7ffc1
lua/scrollview/signs/conflicts.lua
@@ -2,7 +2,6 @@ local api = vim.api
2
local fn = vim.fn
3
local scrollview = require('scrollview')
4
local utils = require('scrollview.utils')
5
-local binary_search = utils.binary_search
6
7
local M = {}
8
lua/scrollview/signs/textwidth.lua
0 commit comments