Merge branch 'main' into thinkpad-x1

Remove copilot and add fzf
This commit is contained in:
2024-05-05 00:02:24 +02:00
4 changed files with 7 additions and 2 deletions

View File

@@ -7,5 +7,6 @@
"y": 51,
"width": 1905,
"height": 1141
}
},
"chromiumSwitches": {}
}

View File

@@ -24,4 +24,4 @@
"vim-fugitive": { "branch": "master", "commit": "a83135b55b018a891e0803199c3d418010a404d8" },
"vim-tmux-navigator": { "branch": "master", "commit": "38b1d0402c4600543281dc85b3f51884205674b6" },
"vimwiki": { "branch": "dev", "commit": "69318e74c88ef7677e2496fd0a836446ceac61e8" }
}
}

View File

@@ -1,5 +1,6 @@
return {
"zbirenbaum/copilot-cmp",
enabled = false,
cmd = "Copilot",
event = "InsertEnter",
dependencies = {

View File

@@ -72,5 +72,8 @@ bindkey -v '^R' history-incremental-search-backward
source $HOME/.config/zsh/themes/dracula.zsh
# End theme section
# Set up fzf key bindings and fuzzy completion
eval "$(fzf --zsh)"
# Zsh syntax highlighting
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh