nvim to lazyvim

This commit is contained in:
Nicole Dresselhaus
2025-05-05 12:22:25 +02:00
parent dcf119690e
commit d84fcedf6b
10 changed files with 134 additions and 716 deletions

View File

@ -0,0 +1,5 @@
-- Keymaps are automatically loaded on the VeryLazy event
-- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua
-- Add any additional keymaps here
vim.keymap.set("t", "<C-t>", "<cmd>close<cr>", { desc = "Hide Terminal" })