Skip to content

Commit

Permalink
Don't need to index init
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewvincent committed Apr 20, 2022
1 parent 28aa432 commit ca73eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/mkdnflow/maps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-- along with this program. If not, see <https://www.gnu.org/licenses/>.

-- Mkdnflow mappings
mappings = require('mkdnflow.init').config.mappings
local mappings = require('mkdnflow').config.mappings

for command, mapping in pairs(mappings) do
vim.api.nvim_set_keymap('n', mapping, '<Cmd>:'..command..'<CR>', {noremap = true})
Expand Down

0 comments on commit ca73eca

Please sign in to comment.