cp.nvim/ftdetect/cp.lua
2025-09-15 10:39:02 -04:00

6 lines
77 B
Lua

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