Jeremy Penner
cb5132f393
subrepo: subdir: "vendor/lite-plugins" merged: "de4227d" upstream: origin: "https://github.com/rxi/lite-plugins" branch: "master" commit: "de4227d" git-subrepo: version: "0.4.2" origin: "https://github.com/ingydotnet/git-subrepo" commit: "65fde50"
6 lines
182 B
Lua
6 lines
182 B
Lua
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
|