antonk52 / bad-practices.nvim

A plugin to help give up bad practices in vim.
104 stars 4 forks source link

mapping bug #6

Open cxwx opened 5 days ago

cxwx commented 5 days ago

.../nvim/lazy/bad-practices.nvim/lua/bad_practices/hjkl.lua:39: E227: mapping already exists for w

stacktrace:

antonk52 commented 5 days ago

Looks like we need to check for existing mappings before setting them. Do you want to send a pr?