mirror of
https://github.com/harivansh-afk/cp.nvim.git
synced 2026-04-15 04:03:28 +00:00
6 lines
82 B
Lua
6 lines
82 B
Lua
if vim.g.loaded_cp then
|
|
return
|
|
end
|
|
vim.g.loaded_cp = 1
|
|
|
|
require('cp').setup()
|