diff --git a/.config/discord/settings.json b/.config/discord/settings.json index 6f3c132..e015ba8 100644 --- a/.config/discord/settings.json +++ b/.config/discord/settings.json @@ -7,5 +7,6 @@ "y": 51, "width": 1905, "height": 1141 - } + }, + "chromiumSwitches": {} } \ No newline at end of file diff --git a/.config/nvim/lazy-lock.json b/.config/nvim/lazy-lock.json index a30e809..88b06ac 100644 --- a/.config/nvim/lazy-lock.json +++ b/.config/nvim/lazy-lock.json @@ -24,4 +24,4 @@ "vim-fugitive": { "branch": "master", "commit": "a83135b55b018a891e0803199c3d418010a404d8" }, "vim-tmux-navigator": { "branch": "master", "commit": "38b1d0402c4600543281dc85b3f51884205674b6" }, "vimwiki": { "branch": "dev", "commit": "69318e74c88ef7677e2496fd0a836446ceac61e8" } -} \ No newline at end of file +} diff --git a/.config/nvim/lua/plugins/copilot.lua b/.config/nvim/lua/plugins/copilot.lua index 0541de3..c41990b 100644 --- a/.config/nvim/lua/plugins/copilot.lua +++ b/.config/nvim/lua/plugins/copilot.lua @@ -1,5 +1,6 @@ return { "zbirenbaum/copilot-cmp", + enabled = false, cmd = "Copilot", event = "InsertEnter", dependencies = { diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 9195c60..0129a20 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -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