Mercurial > dotfiles
diff .chezmoitemplates/init.lua @ 665:a56cc75911b0
Add beancount filetype
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 27 Sep 2022 20:09:26 +0200 |
parents | 40d77e69a46e |
children | 6e98364a5a28 |
line wrap: on
line diff
--- a/.chezmoitemplates/init.lua Tue Sep 27 05:59:43 2022 +0000 +++ b/.chezmoitemplates/init.lua Tue Sep 27 20:09:26 2022 +0200 @@ -345,6 +345,7 @@ 'regex', 'markdown', 'rst', + 'beancount', }, indent = { enable = false, @@ -656,9 +657,6 @@ keys = { [[<F12>]] }, } - -- Filetypes - use { 'nathangrigg/vim-beancount' } - -- Integration with external tools use { 'glacambre/firenvim',