mirror of
https://github.com/harivansh-afk/cp.nvim.git
synced 2026-04-15 12:03:50 +00:00
6 lines
83 B
Lua
6 lines
83 B
Lua
vim.filetype.add({
|
|
extension = {
|
|
cpin = 'cpin',
|
|
cpout = 'cpout',
|
|
},
|
|
})
|