feat: use new filetype structure

This commit is contained in:
Barrett Ruth 2025-09-15 08:23:56 -05:00
parent 0c6ed73dde
commit 259ffcaab1
5 changed files with 22 additions and 2 deletions

6
after/ftplugin/cpin.lua Normal file
View file

@ -0,0 +1,6 @@
vim.opt_local.number = false
vim.opt_local.relativenumber = false
vim.opt_local.statuscolumn = ""
vim.opt_local.signcolumn = "no"
vim.opt_local.wrap = true
vim.opt_local.linebreak = true

7
after/ftplugin/cpout.lua Normal file
View file

@ -0,0 +1,7 @@
vim.opt_local.number = false
vim.opt_local.relativenumber = false
vim.opt_local.statuscolumn = ""
vim.opt_local.signcolumn = "no"
vim.opt_local.wrap = true
vim.opt_local.linebreak = true
vim.opt_local.modifiable = false