mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-31 14:47:01 +00:00
Nvim restart (#9)
* chore(nvim): remove astronvim and configs * feat(nvim): new, custom nvim configuration
This commit is contained in:
9
config/nvim/lua/plugins/legendary.lua
Normal file
9
config/nvim/lua/plugins/legendary.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
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' }
|
||||
}
|
||||
Reference in New Issue
Block a user