mirror of
https://github.com/tiyn/nvim-docs-view.git
synced 2025-11-13 13:59:46 +01:00
ci: add formatting check ci
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
local M = {}
|
||||
local config = {
|
||||
position = "right",
|
||||
width = vim.api.nvim_get_option("columns") / 3,
|
||||
width = 40,
|
||||
}
|
||||
|
||||
M.setup = function(conf)
|
||||
|
||||
Reference in New Issue
Block a user