removed nvim as submodule

This commit is contained in:
snarmph 2025-09-29 10:32:22 +02:00
parent 802e03c77e
commit 3a6b72a050
16 changed files with 727 additions and 1 deletions

View file

@ -0,0 +1,15 @@
return {
"akinsho/toggleterm.nvim",
version = "*",
opts = {
direction = "float",
open_mapping = [[<c-\>]],
float_opts = {
border = "curved",
width = 80,
height = 20,
},
hide_numbers = true,
},
config = true,
}