allthethings
This commit is contained in:
17
vim/.vim/lua/plugins/floaterm.lua
Normal file
17
vim/.vim/lua/plugins/floaterm.lua
Normal file
@ -0,0 +1,17 @@
|
||||
local use_google = require("utils").use_google
|
||||
local TableConcat = require("utils").TableConcat
|
||||
local keys = {
|
||||
{ "<leader>f", ":FloatermToggle<CR>" },
|
||||
{ "<leader>f", "<C-\\><C-n>:FloatermToggle<CR>", mode = "t" },
|
||||
}
|
||||
|
||||
if use_google() then
|
||||
TableConcat(keys, {
|
||||
-- { "<leader>br", ":FloatermSend blaze run blaze#GetTargets()<CR>" },
|
||||
})
|
||||
end
|
||||
|
||||
return {
|
||||
"voldikss/vim-floaterm",
|
||||
keys = keys,
|
||||
}
|
Reference in New Issue
Block a user