1
0
Fork 0
This commit is contained in:
Luca Bilke 2024-11-21 10:23:34 +01:00
commit c4471d9035
Signed by: luca
GPG Key ID: F6E11C9BAA7C82F5
5 changed files with 22 additions and 18 deletions

View File

@ -17,7 +17,6 @@ require("lazy").setup({
{ "LazyVim/LazyVim", import = "lazyvim.plugins" }, { "LazyVim/LazyVim", import = "lazyvim.plugins" },
{ import = "lazyvim.plugins.extras.ai.copilot" }, { import = "lazyvim.plugins.extras.ai.copilot" },
{ import = "lazyvim.plugins.extras.ai.copilot-chat" }, { import = "lazyvim.plugins.extras.ai.copilot-chat" },
{ import = "lazyvim.plugins.extras.coding.blink" },
{ import = "lazyvim.plugins.extras.coding.mini-surround" }, { import = "lazyvim.plugins.extras.coding.mini-surround" },
{ import = "lazyvim.plugins.extras.coding.mini-comment" }, { import = "lazyvim.plugins.extras.coding.mini-comment" },
-- { import = "lazyvim.plugins.extras.coding.neogen" }, -- { import = "lazyvim.plugins.extras.coding.neogen" },
@ -49,6 +48,7 @@ require("lazy").setup({
{ import = "lazyvim.plugins.extras.lsp.neoconf" }, { import = "lazyvim.plugins.extras.lsp.neoconf" },
{ import = "lazyvim.plugins.extras.test.core" }, { import = "lazyvim.plugins.extras.test.core" },
{ import = "lazyvim.plugins.extras.ui.mini-indentscope" }, { import = "lazyvim.plugins.extras.ui.mini-indentscope" },
{ import = "lazyvim.plugins.extras.ui.dashboard-nvim" },
{ import = "lazyvim.plugins.extras.ui.treesitter-context" }, { import = "lazyvim.plugins.extras.ui.treesitter-context" },
{ import = "lazyvim.plugins.extras.util.dot" }, { import = "lazyvim.plugins.extras.util.dot" },
{ import = "plugins" }, { import = "plugins" },

View File

@ -12,3 +12,4 @@ o.conceallevel = 0
g.lazyvim_php_lsp = "intelephense" g.lazyvim_php_lsp = "intelephense"
g.lazyvim_python_lsp = "basedpyright" g.lazyvim_python_lsp = "basedpyright"
g.ai_cm = true

View File

@ -147,6 +147,8 @@ do
esac esac
done done
gpg-connect-agent /bye
unset SSH_AGENT_PID unset SSH_AGENT_PID
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"

View File

@ -34,25 +34,26 @@ zsnippet https://raw.githubusercontent.com/python-virtualenvwrapper/virtualenvwr
turbo turbo
zload MichaelAquilina/zsh-auto-notify zload MichaelAquilina/zsh-auto-notify
AUTO_NOTIFY_IGNORE+=( AUTO_NOTIFY_IGNORE+=(
vim
nvim
less
more
man
tig
watch
git
commit commit
top
htop
ssh
nano
tail
lf
lazygit
elia elia
git
gunicorn gunicorn
htop
kube kube
lazygit
less
lf
man
more
nano
nvim
ssh
tail
tig
top
vim
watch
xchroot
) )
# NOTE: colorize help output # NOTE: colorize help output

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
backup_key="${HOME}/.ssh/backup" backup_key="${HOME}/.ssh/borg/backup"
prune_key="${HOME}/.ssh/prune" prune_key="${HOME}/.ssh/borg/prune"
backup_host="luca@server155.tralios.de" backup_host="luca@server155.tralios.de"
# shellcheck disable=SC2088 # shellcheck disable=SC2088
repo="~/backup/dijkstra" repo="~/backup/dijkstra"