Skip to content

Commit

Permalink
tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
TechDufus committed Jan 7, 2025
1 parent b131a8b commit 8729daf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/neovim/files/lua/plugins/avante.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ return {
opts = {
provider = "copilot",
auto_suggestions_provider = "copilot",
hints = { enabled = false },
windows = {
input = {
prefix = ""
Expand All @@ -14,11 +15,11 @@ return {
},
build = "make", -- if you want to build from source then do `make BUILD_FROM_SOURCE=true`
dependencies = {
"nvim-treesitter/nvim-treesitter",
"stevearc/dressing.nvim",
"nvim-lua/plenary.nvim",
"MunifTanjim/nui.nvim",
-- The below dependencies are optional
"hrsh7th/nvim-cmp",
"nvim-tree/nvim-web-devicons", -- or echasnovski/mini.icons
"zbirenbaum/copilot.lua", -- for providers='copilot'
{
Expand Down
1 change: 1 addition & 0 deletions roles/tmux/files/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ set -g @catppuccin_date_time "%H:%M:%S CST %m-%d-%Y"
set -g @sessionx-bind 'o'
set -g @sessionx-preview-location 'right'
set -g @sessionx-zoxide-mode 'on'
set -g @sessionx-custom-paths-subdirectories 'false'
set -g @continuum-restore 'on'
set -g @resurrect-strategy-nvim 'session'
set -g @catppuccin_window_left_separator ""
Expand Down

0 comments on commit 8729daf

Please sign in to comment.