feat(nvim): combined and removed plugins

This commit is contained in:
2023-09-02 13:35:10 +03:00
parent 8eb0d2bcab
commit 4de181e3b2
27 changed files with 188 additions and 336 deletions

View File

@@ -1,9 +1,20 @@
-- 🗺️ A legend for your keymaps, commands, and autocmds, with which-key.nvim integration
-- https://github.com/mrjones2014/legendary.nvim
return {
"mrjones2014/legendary.nvim",
version = "*",
-- since legendary.nvim handles all your keymaps/commands,
-- its recommended to load legendary.nvim before other plugins
priority = 10000,
lazy = false,
-- sqlite is only needed if you want to use frecency sorting
-- dependencies = { 'kkharji/sqlite.lua' }
opts = {
lazy_nvim = {
auto_register = true,
},
which_key = {
auto_register = true,
},
},
}