Mercurial > dotfiles
comparison .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 |
comparison
equal
deleted
inserted
replaced
664:a061086e1172 | 665:a56cc75911b0 |
---|---|
343 'c', | 343 'c', |
344 'cpp', | 344 'cpp', |
345 'regex', | 345 'regex', |
346 'markdown', | 346 'markdown', |
347 'rst', | 347 'rst', |
348 'beancount', | |
348 }, | 349 }, |
349 indent = { | 350 indent = { |
350 enable = false, | 351 enable = false, |
351 }, | 352 }, |
352 highlight = { | 353 highlight = { |
654 } | 655 } |
655 end, | 656 end, |
656 keys = { [[<F12>]] }, | 657 keys = { [[<F12>]] }, |
657 } | 658 } |
658 | 659 |
659 -- Filetypes | |
660 use { 'nathangrigg/vim-beancount' } | |
661 | |
662 -- Integration with external tools | 660 -- Integration with external tools |
663 use { | 661 use { |
664 'glacambre/firenvim', | 662 'glacambre/firenvim', |
665 run = function() vim.fn['firenvim#install'](0) end, | 663 run = function() vim.fn['firenvim#install'](0) end, |
666 config = function() | 664 config = function() |