feat: clearcol

This commit is contained in:
Barrett Ruth 2025-10-23 12:10:14 -04:00
parent 114187164e
commit 13933fc7fd
6 changed files with 40 additions and 1 deletions

View file

@ -1,8 +1,11 @@
local M = {}
local config_module = require('cp.config')
local helpers = require('cp.helpers')
local logger = require('cp.log')
M.helpers = helpers
if vim.fn.has('nvim-0.10.0') == 0 then
logger.log('Requires nvim-0.10.0+', vim.log.levels.ERROR)
return {}