Skip to content

Commit

Permalink
nvim: Added nvim-toggleterm plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
eminboydak committed Apr 7, 2024
1 parent 2cbeec9 commit 83760c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nvim/.config/nvim/lua/custom/plugins/nvim-toggleterm.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
return {
'akinsho/toggleterm.nvim',
version = '*',
config = true,
}

0 comments on commit 83760c2

Please sign in to comment.