annotate dot_config/nvim/filetype.lua @ 601:837e6ed64a90

add inc-rename plugin
author Zeger Van de Vannet <zegervdv@me.com>
date Tue, 12 Jul 2022 16:22:41 +0200
parents 3d9a8768fdc8
children a56cc75911b0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
572
21745760a5dc Use ftplugin and syntax files for language specific settings
zegervdv <zegervdv@me.com>
parents:
diff changeset
1 vim.filetype.add {
21745760a5dc Use ftplugin and syntax files for language specific settings
zegervdv <zegervdv@me.com>
parents:
diff changeset
2 extension = { xdc = 'xdc', ['do'] = 'tcl', make = 'make' },
21745760a5dc Use ftplugin and syntax files for language specific settings
zegervdv <zegervdv@me.com>
parents:
diff changeset
3 }