cp.nvim/ftdetect/cp.lua
2025-09-15 18:10:11 -04:00

6 lines
95 B
Lua

vim.filetype.add({
extension = {
cpin = 'cpin',
cpout = 'cpout',
},
})