updated files

This commit is contained in:
five-hundred-eleven
2025-08-14 19:50:57 -04:00
parent fcaea15768
commit 3918515382
2 changed files with 4 additions and 2 deletions

2
.zshrc
View File

@@ -109,6 +109,8 @@ PATH="$PATH:/usr/local/go/bin"
PATH="$PATH:$HOME/go/bin"
PATH="$PATH:/usr/local/zig-linux-x86_64-0.13.0"
PATH="$PATH:/home/cowley/.modular/pkg/packages.modular.com_mojo/bin"
PATH="$PATH:$HOME/.local/bin"
PATH="$PATH:/opt/nvim-linux-x86_64/bin"
export PATH
source "$HOME/.fzf.zsh"

View File

@@ -32,7 +32,7 @@ require("lazy").setup({
{ "folke/neoconf.nvim", cmd = "Neoconf" },
"folke/neodev.nvim",
{
'nvim-telescope/telescope.nvim', tag = '0.1.3',
'nvim-telescope/telescope.nvim', --tag = '0.1.3',
dependencies = { 'nvim-lua/plenary.nvim' }
},
"ludovicchabant/vim-gutentags",
@@ -45,7 +45,7 @@ require("lazy").setup({
"nvim-lua/plenary.nvim",
{
"nvim-telescope/telescope-live-grep-args.nvim",
version = "^1.0.0",
--version = "^1.0.0",
},
}
},