From cd27cb3ca6cb38816f9382d74ea4e6a2838845e8 Mon Sep 17 00:00:00 2001 From: tavo Date: Sat, 20 Sep 2025 08:19:42 -0600 Subject: [PATCH] nvim --- nvim/lua/plugins/typst.lua | 2 +- shell/profile.d/path.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nvim/lua/plugins/typst.lua b/nvim/lua/plugins/typst.lua index 23b0ca2..c363d6a 100644 --- a/nvim/lua/plugins/typst.lua +++ b/nvim/lua/plugins/typst.lua @@ -5,7 +5,7 @@ return { opts = {}, -- lazy.nvim will implicitly calls `setup {}` { - "williamboman/mason.nvim", + "mason-org/mason.nvim", opts = { ensure_installed = { "tinymist", diff --git a/shell/profile.d/path.sh b/shell/profile.d/path.sh index da7f725..cad5464 100644 --- a/shell/profile.d/path.sh +++ b/shell/profile.d/path.sh @@ -17,3 +17,4 @@ PATH="$HOME/.local/share/go/bin${PATH:+:${PATH}}" PATH="/usr/local/go/bin${PATH:+:${PATH}}" PATH="$HOME/.local/share/pyenv/shims${PATH:+:${PATH}}" PATH="$HOME/.local/share/cargo/bin:$PATH" +PATH="/opt/nvim-linux-x86_64/bin:$PATH"