Move terminal to own config file

This commit is contained in:
2022-03-23 21:16:41 +01:00
parent aa7bc38af6
commit 479c8686eb
3 changed files with 7 additions and 5 deletions

3
lua/setup/terminal.lua Normal file
View File

@@ -0,0 +1,3 @@
require('nvim-terminal').setup({
toggle_keymap = '<leader>z',
})