ref(nvim): refactored config structure

This commit is contained in:
Léana 江 2023-04-04 00:50:57 +02:00
parent 76a64639a2
commit 7bbf5ee03b
29 changed files with 23 additions and 81 deletions

View file

@ -0,0 +1,4 @@
require "toggleterm".setup({
open_mapping = "<C-`>",
size = 20,
})