install vim tmux navigator
This commit is contained in:
parent
0181f6c677
commit
05716ef844
|
|
@ -5,7 +5,7 @@ return {
|
||||||
---@type snacks.Config
|
---@type snacks.Config
|
||||||
opts = {
|
opts = {
|
||||||
--TODO: Use this for a bit and compare to mini dashboard
|
--TODO: Use this for a bit and compare to mini dashboard
|
||||||
--TODO: design a style and featuers for my dashboard
|
--TODO: design a style and featuers for my dashboard (add opening parent directory with Oil)
|
||||||
dashboard = { enabled = true },
|
dashboard = { enabled = true },
|
||||||
gitbrowse = { enabled = true },
|
gitbrowse = { enabled = true },
|
||||||
lazygit = { enabled = true },
|
lazygit = { enabled = true },
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
return {
|
||||||
|
'christoomey/vim-tmux-navigator',
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue