Mercurial > dotfiles
view dot_config/nvim/filetype.lua @ 1044:fb4670b7526a
feat: replicate push-line function from zsh
source: https://github.com/fish-shell/fish-shell/issues/7800#issuecomment-792915764
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Thu, 02 May 2024 08:48:33 +0200 |
parents | a56cc75911b0 |
children |
line wrap: on
line source
vim.filetype.add { extension = { xdc = 'xdc', ['do'] = 'tcl', make = 'make', bean = 'beancount' }, }