# HG changeset patch # User zegervdv # Date 1641543817 -3600 # Node ID 50e9c21e8e9586c28118cd90992a532f58ba92b8 # Parent 9f35e79242d0ec342f5303fa6c0a9f606decd955 Add firenvim diff -r 9f35e79242d0 -r 50e9c21e8e95 .chezmoitemplates/init.lua --- 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 ]]