Got Tmux to where I want it! re-installed the plugins so that they are now working.

This commit is contained in:
Norm Rasmussen
2024-01-03 16:23:47 -05:00
parent e302e1a133
commit 83af7a065d
13 changed files with 49 additions and 105 deletions

View File

@ -1,6 +1,6 @@
return {
{
'nvim-telescope/telescope.nvim', tag = '0.1.4',
'nvim-telescope/telescope.nvim', tag = '0.1.5',
dependencies = {
'nvim-lua/plenary.nvim',
'nvim-telescope/telescope-live-grep-args.nvim',
@ -165,6 +165,5 @@ return {
require("telescope").load_extension "adjacent"
require("telescope").load_extension('cmdline')
end
}}