cp.nvim/ftdetect/cp.lua

6 lines
No EOL
76 B
Lua

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