Setup neovim, alacritty and fish for dms

This commit is contained in:
2026-05-05 08:28:42 +02:00
parent 87bc320fd7
commit 9b1106c639
6 changed files with 73 additions and 66 deletions
+1 -1
View File
@@ -42,6 +42,6 @@ map("v", "<Tab>" , ">gv")
map("n", "gd", ":lua vim.lsp.buf.definition()<CR>")
map("n", "<leader>p", ":b#<CR>")
map("n", "<leader>e", ":Ex<CR>")
map("n", "<leader>c", ":bd<CR>")
map("n", "<leader>x", ":bd<CR>")
require("plugins")