nvim: no I don't need that move plugin anymore

This commit is contained in:
kalmenn 2023-12-18 00:35:09 +01:00
parent 048c90fde4
commit a675ffa81e
Signed by: kalmenn
GPG key ID: DFF253360BF8471F

View file

@ -16,11 +16,6 @@ vim.opt.rtp:prepend(lazypath)
require('lazy').setup({ { import = "plugins" } })
--[[
Potential plugins to integrate:
- https://github.com/fedepujol/move.nvim
]]
require("sets")
require("remaps")