This commit is contained in:
2025-12-29 17:12:37 -05:00
parent 357a7ab1bb
commit 25ee38ab07
3 changed files with 13 additions and 2 deletions

6
.luarc.json Normal file
View File

@@ -0,0 +1,6 @@
{
"workspace.library": [
"/home/linuxbrew/.linuxbrew/Cellar/neovim/HEAD-c374d78_1/share/nvim/runtime",
"${3rd}/luv/library"
]
}

View File

@@ -25,8 +25,11 @@ return {
globals = { "vim" },
},
workspace = {
library = { vim.env.VIMRUNTIME },
checkThirdParty = false,
library = {
vim.env.VIMRUNTIME,
"${3rd}/luv/library"
},
checkThirdParty = "Apply",
},
},
},

View File

@@ -3,3 +3,5 @@ if command -v starship &> /dev/null; then
fi
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
source $HOME/.zprofile