Evie Litherland-Smith
4054030afc
Separate nvim config into separate project, to be used as submodule for main dotfile
12 lines
247 B
Lua
12 lines
247 B
Lua
return {
|
|
"numToStr/Navigator.nvim",
|
|
cmd = {
|
|
"NavigatorUp",
|
|
"NavigatorDown",
|
|
"NavigatorLeft",
|
|
"NavigatorRight",
|
|
"NavigatorPrevious",
|
|
},
|
|
config = function() require("Navigator").setup() end,
|
|
}
|