feat: idk

This commit is contained in:
Ale 2024-08-18 16:57:13 +02:00
parent a9d5aee2b5
commit 7b736ffacb
3 changed files with 1 additions and 7 deletions

View file

@ -17,10 +17,3 @@ set -x DEVKITARM "/opt/devkitpro/devkitARM"
# path
set -x PATH $HOME/.local/bin $BUN_INSTALL/bin $PATH
# ssh agent
if test -z (pgrep ssh-agent | string collect)
eval (ssh-agent -c)
set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK
set -Ux SSH_AGENT_PID $SSH_AGENT_PID
end

View file

View file

@ -13,6 +13,7 @@ return {
lsp.cssls.setup {}
lsp.cssmodules_ls.setup {}
lsp.astro.setup {}
lsp.gleam.setup {}
lsp.yamlls.setup {}
lsp.gdscript.setup {}
vim.api.nvim_create_autocmd('LspAttach', {