view dot_config/nvim/filetype.lua @ 724:e442bbd36b87

feat: copy current file path relative to repo root and line nr to clipboard
author zegervdv <zegervdv@me.com>
date Fri, 09 Dec 2022 17:59:37 +0100
parents a56cc75911b0
children
line wrap: on
line source

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