view dot_config/nvim/filetype.lua @ 750:240257a1b956

chore: use public lsp-format-modifications
author zegervdv <zegervdv@me.com>
date Sat, 14 Jan 2023 16:27:11 +0100
parents a56cc75911b0
children
line wrap: on
line source

vim.filetype.add {
  extension = { xdc = 'xdc', ['do'] = 'tcl', make = 'make', bean = 'beancount' },
}