Mercurial > dotfiles
view dot_config/nvim/filetype.lua @ 725:624d8036f5ae
feat: add window number to inactive window and a mapping to select it
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 11 Dec 2022 16:04:48 +0100 |
parents | a56cc75911b0 |
children |
line wrap: on
line source
vim.filetype.add { extension = { xdc = 'xdc', ['do'] = 'tcl', make = 'make', bean = 'beancount' }, }