mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 19:50:38 +00:00
Add the cheatsheet plugin and its dependencies to the configuration file. This allows for the integration of the cheatsheet functionality into the application.
4 lines
63 B
Lua
4 lines
63 B
Lua
local cheatsheet = require("cheatsheet")
|
|
|
|
cheatsheet.setup({})
|