cleanup(nvim)

Signed-off-by: Chiang Léana <leana.chiang@etudiant.univ-rennes1.fr>
This commit is contained in:
Léana 江 2023-03-09 12:11:01 +01:00 committed by Chiang Léana
parent a88a3f5fdf
commit a5a6446dd1
10 changed files with 55 additions and 72 deletions

View file

@ -0,0 +1 @@
vim.keymap.set('n', "<leader>gs", vim.cmd.Git, { desc = "[G]it [S]tatus", noremap = true })