diff options
author | Chris <[email protected]> | 2021-03-15 01:30:59 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-15 01:30:59 -0400 |
commit | ba701db787d9e9a2ed9cd8acc712fb9e3325ad56 (patch) | |
tree | 862d1b9fdd9f7eb714702a0b7a39142a2d1b267e /lua/plugins.lua | |
parent | 09f46fc2a2e17e25f42b345c9f86430bdbd1d312 (diff) |
add floaterm
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index a4f15905..9b769e11 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -86,4 +86,5 @@ return require('packer').startup(function() use { 'glacambre/firenvim', run = function() vim.fn['firenvim#install'](1) end } use 'liuchengxu/vim-which-key' use 'tpope/vim-sleuth' + use 'voldikss/vim-floaterm' end) |