install vim tmux navigator

This commit is contained in:
Nick Burt 2026-02-09 21:32:58 -06:00
parent 0181f6c677
commit 05716ef844
2 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@ return {
---@type snacks.Config
opts = {
--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 },
gitbrowse = { enabled = true },
lazygit = { enabled = true },

View File

@ -0,0 +1,3 @@
return {
'christoomey/vim-tmux-navigator',
}