Skip to content

Instantly share code, notes, and snippets.

@siduck
siduck / base46.md
Last active September 7, 2024 14:28
vim.g.base46_cache = vim.fn.stdpath('data') .. '/base46_cache/'
  • Make sure to read nvconfig to know default options
  • lua/chadrc.lua file must return a table which follows the structure of nvconfig.
---@type ChadrcConfig
local M = {}