You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-- early setup: make sure custom clipboard OSC 52 is registered first, options.lua manages default registry |
|
require("config.clipboard") |
|
require("config.lazy") |
|
|
|
vim.cmd.Dotenv(vim.fn.stdpath("config") .. "/.env")
|
|
|