annotate dot_config/nvim/filetype.lua @ 663:fdce323431f4

Add asdf and config for python, neovim and direnv
author zegervdv <zegervdv@me.com>
date Tue, 27 Sep 2022 05:55:05 +0000
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 }