Initial commit
This commit is contained in:
10
lua/plugins/toggleterm.lua
Normal file
10
lua/plugins/toggleterm.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
-- amongst your other plugins
|
||||
"akinsho/toggleterm.nvim",
|
||||
version = "*",
|
||||
config = true,
|
||||
|
||||
-- config = function()
|
||||
-- vim.keymap.set("n", "<leader>tt", "<cmd> ToggleTerm direction=float <CR>", { noremap = true, silent = true })
|
||||
-- end,
|
||||
}
|
Reference in New Issue
Block a user