bomberpac/vendor/lite-plugins/plugins/hidelinenumbers.lua

6 lines
182 B
Lua
Raw Normal View History

2021-02-07 21:56:19 +00:00
local style = require "core.style"
local DocView = require "core.docview"
DocView.draw_line_gutter = function() end
DocView.get_gutter_width = function() return style.padding.x end