From 3918515382b5585ea773e2a55599ee0d71af417c Mon Sep 17 00:00:00 2001 From: five-hundred-eleven Date: Thu, 14 Aug 2025 19:50:57 -0400 Subject: [PATCH] updated files --- .zshrc | 2 ++ init.lua | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 70fd594..fe68338 100644 --- a/.zshrc +++ b/.zshrc @@ -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" diff --git a/init.lua b/init.lua index 42a8ef4..88c0e19 100644 --- a/init.lua +++ b/init.lua @@ -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", }, } },