josean-dev / dev-environment-files

2.63k stars 740 forks source link

Update substitute.lua for conciseness #62

Closed kannicht closed 2 months ago

kannicht commented 2 months ago
local keymap = vim.keymap -- for conciseness

was already set but not applied to the following keymaps. this fixes that.