Mercurial > dotfiles
changeset 577:50e9c21e8e95
Add firenvim
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 07 Jan 2022 09:23:37 +0100 |
parents | 9f35e79242d0 |
children | 8e3088140ac6 |
files | .chezmoitemplates/init.lua |
diffstat | 1 files changed, 17 insertions(+), 1 deletions(-) [+] |
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 ]]