diff --git a/home/config/neovim/lua/plugins/copilot.lua b/home/config/neovim/lua/plugins/copilot.lua index 47ca65b..56af955 100644 --- a/home/config/neovim/lua/plugins/copilot.lua +++ b/home/config/neovim/lua/plugins/copilot.lua @@ -30,57 +30,57 @@ return { { "oc", "CopilotToggle", desc = "Toggle Copilot" }, } }, - { - "yetone/avante.nvim", - event = "VeryLazy", - lazy = false, - version = false, -- set this if you want to always pull the latest change - opts = { - provider = "openai", - auto_suggestions_provider = "openai", - dual_boost = { - enabled = false, - provider = "openai", - second_provider = "openai", - }, - -- add any opts here - }, - -- if you want to build from source then do `make BUILD_FROM_SOURCE=true` - build = "make", - -- build = "powershell -ExecutionPolicy Bypass -File Build.ps1 -BuildFromSource false" -- for windows - dependencies = { - "stevearc/dressing.nvim", - "nvim-lua/plenary.nvim", - "MunifTanjim/nui.nvim", - --- The below dependencies are optional, - "hrsh7th/nvim-cmp", -- autocompletion for avante commands and mentions - "nvim-tree/nvim-web-devicons", -- or echasnovski/mini.icons - "zbirenbaum/copilot.lua", -- for providers='copilot' - { - -- support for image pasting - "HakonHarnes/img-clip.nvim", - event = "VeryLazy", - opts = { - -- recommended settings - default = { - embed_image_as_base64 = false, - prompt_for_file_name = false, - drag_and_drop = { - insert_mode = true, - }, - -- required for Windows users - use_absolute_path = true, - }, - }, - }, - { - -- Make sure to set this up properly if you have lazy=true - 'MeanderingProgrammer/render-markdown.nvim', - opts = { - file_types = { "markdown", "Avante" }, - }, - ft = { "markdown", "Avante" }, - }, - }, - }, + -- { + -- "yetone/avante.nvim", + -- event = "VeryLazy", + -- lazy = false, + -- version = false, -- set this if you want to always pull the latest change + -- opts = { + -- provider = "openai", + -- auto_suggestions_provider = "openai", + -- dual_boost = { + -- enabled = false, + -- provider = "openai", + -- second_provider = "openai", + -- }, + -- -- add any opts here + -- }, + -- -- if you want to build from source then do `make BUILD_FROM_SOURCE=true` + -- build = "make", + -- -- build = "powershell -ExecutionPolicy Bypass -File Build.ps1 -BuildFromSource false" -- for windows + -- dependencies = { + -- "stevearc/dressing.nvim", + -- "nvim-lua/plenary.nvim", + -- "MunifTanjim/nui.nvim", + -- --- The below dependencies are optional, + -- "hrsh7th/nvim-cmp", -- autocompletion for avante commands and mentions + -- "nvim-tree/nvim-web-devicons", -- or echasnovski/mini.icons + -- "zbirenbaum/copilot.lua", -- for providers='copilot' + -- { + -- -- support for image pasting + -- "HakonHarnes/img-clip.nvim", + -- event = "VeryLazy", + -- opts = { + -- -- recommended settings + -- default = { + -- embed_image_as_base64 = false, + -- prompt_for_file_name = false, + -- drag_and_drop = { + -- insert_mode = true, + -- }, + -- -- required for Windows users + -- use_absolute_path = true, + -- }, + -- }, + -- }, + -- { + -- -- Make sure to set this up properly if you have lazy=true + -- 'MeanderingProgrammer/render-markdown.nvim', + -- opts = { + -- file_types = { "markdown", "Avante" }, + -- }, + -- ft = { "markdown", "Avante" }, + -- }, + -- }, + -- }, } diff --git a/home/config/neovim/lua/plugins/ui.lua b/home/config/neovim/lua/plugins/ui.lua index fc879a8..ec84693 100644 --- a/home/config/neovim/lua/plugins/ui.lua +++ b/home/config/neovim/lua/plugins/ui.lua @@ -92,7 +92,7 @@ return { }, { 'filename', - path = 4, + path = 1, symbols = { modified = '', readonly = '', diff --git a/home/config/neovim/mason-lock.json b/home/config/neovim/mason-lock.json index 56d1baa..3614206 100644 --- a/home/config/neovim/mason-lock.json +++ b/home/config/neovim/mason-lock.json @@ -7,6 +7,8 @@ "lua-language-server": "3.13.5", "nixpkgs-fmt": "1.3.0", "node-debug2-adapter": "v1.43.0", + "php-debug-adapter": "v1.35.0", + "phpactor": "2024.11.28.1", "rnix-lsp": "0.2.5", "shellcheck": "v0.10.0", "tailwindcss-language-server": "0.0.27",