feat: add after/ftplugin for lua, python, rust

This commit is contained in:
2025-10-08 01:37:02 +02:00
parent 62699be903
commit 279be9ce33
3 changed files with 7 additions and 0 deletions

1
after/ftplugin/rust.lua Normal file
View File

@@ -0,0 +1 @@
vim.opt_local.colorcolumn = { 80, 100 }