配置FTPlugin (文件类型插件)版本:1.3本页总览FTPlugin (文件类型插件)简介From :h ftplugin文件类型插件和全局插件一样,只是它仅为当前缓冲区设置可选项、定义键位映射。以下示例只为C语言文件类型设置 shiftwidth 和 tabstop:-- create a file at $LUNARVIM_CONFIG_DIR/after/ftplugin/c.luavim.cmd("setlocal tabstop=4 shiftwidth=4")