[Merge] merged old laptop with new pc config with nvidia

This commit is contained in:
2025-04-18 00:52:10 +02:00
parent 76ac24840b
commit e8e5b8bef2
49 changed files with 2195 additions and 459 deletions

View File

@@ -5,5 +5,7 @@ require "nvchad.mappings"
local map = vim.keymap.set
map("n", ";", ":", { desc = "CMD enter command mode" })
map({ "n", "i", "v" }, "<leader>dg", "<cmd> lua vim.diagnostic.open_float()<cr>", { desc = "Float diagnostic" })
-- map({ "n", "i", "v" }, "<C-s>", "<cmd> w <cr>")