ci: add formatting check ci

This commit is contained in:
amrbashir
2022-05-15 14:37:47 +02:00
parent 2321d1f1f7
commit 7150b700c2
3 changed files with 26 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
local M = {}
local config = {
position = "right",
width = vim.api.nvim_get_option("columns") / 3,
width = 40,
}
M.setup = function(conf)