mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-29 22:46:23 +00:00
* chore(nvim): remove astronvim and configs * feat(nvim): new, custom nvim configuration
10 lines
313 B
Lua
10 lines
313 B
Lua
return {
|
|
"mrjones2014/legendary.nvim",
|
|
-- 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' }
|
|
}
|