add toggleterm binding
This commit is contained in:
parent
d87f1678fe
commit
e075db783d
3
lua/config/toggleterm.lua
Normal file
3
lua/config/toggleterm.lua
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
require('toggleterm').setup()
|
||||||
|
|
||||||
|
vim.keymap.set("n", "<leader>t", ":ToggleTerm<CR>")
|
@ -4,7 +4,7 @@
|
|||||||
---@diagnostic disable-next-line: unused-local
|
---@diagnostic disable-next-line: unused-local
|
||||||
local function usePlugins(use, use_rocks)
|
local function usePlugins(use, use_rocks)
|
||||||
-- Toggle terminal
|
-- Toggle terminal
|
||||||
use {'akinsho/toggleterm.nvim', tag = '*', config=[[require('toggleterm').setup()]]}
|
use {'akinsho/toggleterm.nvim', tag = '*', config=[[require('config.toggleterm')]]}
|
||||||
|
|
||||||
-- Debugger
|
-- Debugger
|
||||||
use { 'mfussenegger/nvim-dap', config=[[require('config.dap')]]}
|
use { 'mfussenegger/nvim-dap', config=[[require('config.dap')]]}
|
||||||
|
Loading…
Reference in New Issue
Block a user