mirror of
https://github.com/harivansh-afk/cp.nvim.git
synced 2026-04-15 18:01:27 +00:00
6 lines
77 B
Lua
6 lines
77 B
Lua
vim.filetype.add({
|
|
extension = {
|
|
cpin = "cpin",
|
|
cpout = "cpout",
|
|
},
|
|
})
|