Skip to content

Commit

Permalink
feat; add triptych
Browse files Browse the repository at this point in the history
  • Loading branch information
FredeEB committed Oct 29, 2024
1 parent 96f2358 commit fd0afb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/nvim/after/plugin/misc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ m.keys({ -- qfl

m.keys({ -- misc
{ 'n', 'gf', 'gF' },
{ 'n', '<leader>t', [[<cmd>Triptych<cr>]] }
})

m.keys({
Expand Down
1 change: 1 addition & 0 deletions configs/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ require('lazy').setup({
{ 'rcarriga/nvim-dap-ui', config = true },
{ 'jbyuki/one-small-step-for-vimkind' },
-- tools
{ 'simonmclean/triptych.nvim', config = true },
{ 'stevearc/oil.nvim', config = true },
{ 'theprimeagen/harpoon', branch = 'harpoon2' },
{ 'theprimeagen/refactoring.nvim' },
Expand Down

0 comments on commit fd0afb3

Please sign in to comment.