Added toggleterm and js lsp
This commit is contained in:
8
lua/plugins/toggleterm.lua
Normal file
8
lua/plugins/toggleterm.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
{
|
||||
"akinsho/toggleterm.nvim",
|
||||
version = "*",
|
||||
opts = {--[[ things you want to change go here]]
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user