Mercurial > dotfiles
diff .chezmoitemplates/init.lua @ 577:50e9c21e8e95
Add firenvim
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 07 Jan 2022 09:23:37 +0100 |
parents | 8b04d5ffd210 |
children | 4e25c3d4470d |
line wrap: on
line diff
--- a/.chezmoitemplates/init.lua Fri Jan 07 09:20:03 2022 +0100 +++ b/.chezmoitemplates/init.lua Fri Jan 07 09:23:37 2022 +0100 @@ -589,7 +589,23 @@ -- Filetypes use { 'lepture/vim-jinja' } -end) + + -- Integration with external tools + use { + 'glacambre/firenvim', + run = function() vim.fn['firenvim#install'](0) end, + config = function () + vim.g.firenvim_config = { + localSettings = { + ['.*'] = { + takeover = 'never', + } + } + } + end, + } + + end) vim.cmd [[ packadd dirbuf.nvim ]]