mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-07-11 16:05:13 +02:00
Merge branch 'main' into thinkpad-x1
Remove copilot and add fzf
This commit is contained in:
@@ -7,5 +7,6 @@
|
||||
"y": 51,
|
||||
"width": 1905,
|
||||
"height": 1141
|
||||
}
|
||||
},
|
||||
"chromiumSwitches": {}
|
||||
}
|
||||
@@ -24,4 +24,4 @@
|
||||
"vim-fugitive": { "branch": "master", "commit": "a83135b55b018a891e0803199c3d418010a404d8" },
|
||||
"vim-tmux-navigator": { "branch": "master", "commit": "38b1d0402c4600543281dc85b3f51884205674b6" },
|
||||
"vimwiki": { "branch": "dev", "commit": "69318e74c88ef7677e2496fd0a836446ceac61e8" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
return {
|
||||
"zbirenbaum/copilot-cmp",
|
||||
enabled = false,
|
||||
cmd = "Copilot",
|
||||
event = "InsertEnter",
|
||||
dependencies = {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user