Moving to individual plugin files for lazy
Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
12
lua/taken/plugins/toggleterm.lua
Normal file
12
lua/taken/plugins/toggleterm.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
"akinsho/toggleterm.nvim",
|
||||
version = "*",
|
||||
cmd = "ToggleTerm",
|
||||
config = function()
|
||||
local toggleterm = require("toggleterm")
|
||||
toggleterm.setup({
|
||||
shell = "pwsh.exe -nologo",
|
||||
start_in_insert = true,
|
||||
})
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user