diff --git a/lazy-lock.json b/lazy-lock.json index 8c7f3c7..3d07c36 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -1,11 +1,12 @@ { - "CopilotChat.nvim": { "branch": "main", "commit": "743d6005fb412c85309d3f3aa45f18f3a2fb2098" }, + "CopilotChat.nvim": { "branch": "main", "commit": "ecea24a9a067c6f176b8e13eb11251c739caf055" }, "LazyVim": { "branch": "main", "commit": "fca0af57cc3851b14f96a795a9c9bfafc5096dd1" }, "blink-copilot": { "branch": "main", "commit": "7ad8209b2f880a2840c94cdcd80ab4dc511d4f39" }, "blink.cmp": { "branch": "main", "commit": "4b18c32adef2898f95cdef6192cbd5796c1a332d" }, "bufferline.nvim": { "branch": "main", "commit": "655133c3b4c3e5e05ec549b9f8cc2894ac6f51b3" }, - "catppuccin": { "branch": "main", "commit": "0a5de4da015a175f416d6ef1eda84661623e0500" }, - "conform.nvim": { "branch": "master", "commit": "40dcec5555f960b0a04340d76eabdf4efe78599d" }, + "catppuccin": { "branch": "main", "commit": "12c004cde3f36cb1d57242f1e6aac46b09a0e5b4" }, + "claudecode.nvim": { "branch": "main", "commit": "aa9a5cebebdbfa449c1c5ff229ba5d98e66bafed" }, + "conform.nvim": { "branch": "master", "commit": "086a40dc7ed8242c03be9f47fbcee68699cc2395" }, "copilot.lua": { "branch": "master", "commit": "00446a63cba4cc59bb24fc1e210a555a3e4acdfb" }, "flash.nvim": { "branch": "main", "commit": "fcea7ff883235d9024dc41e638f164a450c14ca2" }, "friendly-snippets": { "branch": "main", "commit": "6cd7280adead7f586db6fccbd15d2cac7e2188b9" }, @@ -25,8 +26,8 @@ "nvim-lint": { "branch": "master", "commit": "606b823a57b027502a9ae00978ebf4f5d5158098" }, "nvim-lspconfig": { "branch": "master", "commit": "ead0f5f342d8d323441e7d4b88f0fc436a81ad5f" }, "nvim-osc52": { "branch": "main", "commit": "04cfaba1865ae5c53b6f887c3ca7304973824fb2" }, - "nvim-treesitter": { "branch": "main", "commit": "cb2cb74f3c3cbbcc17e79cada2060165d616d849" }, - "nvim-treesitter-textobjects": { "branch": "main", "commit": "a0e182ae21fda68c59d1f36c9ed45600aef50311" }, + "nvim-treesitter": { "branch": "main", "commit": "5cb05e1b0fa3c469958a2b26f36b3fe930af221c" }, + "nvim-treesitter-textobjects": { "branch": "main", "commit": "4e91b5d0394329a229725b021a8ea217099826ef" }, "nvim-ts-autotag": { "branch": "main", "commit": "8e1c0a389f20bf7f5b0dd0e00306c1247bda2595" }, "persistence.nvim": { "branch": "main", "commit": "b20b2a7887bd39c1a356980b45e03250f3dce49c" }, "plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" }, diff --git a/lua/plugins/snacks.lua b/lua/plugins/snacks.lua index 920451a..499cfaf 100644 --- a/lua/plugins/snacks.lua +++ b/lua/plugins/snacks.lua @@ -19,19 +19,17 @@ return { dashboard = { preset = { header = [[ + +████████╗███████╗███╗ ███╗ █████╗ ██╗ ██╗ ███████╗ +╚══██╔══╝██╔════╝████╗ ████║██╔══██╗██║ ██║ ██╔════╝ + ██║ ███████╗██╔████╔██║███████║██║ ██║ ███████╗ + ██║ ╚════██║██║╚██╔╝██║██╔══██║██║ ██║ ╚════██║ + ██║ ███████║██║ ╚═╝ ██║██║ ██║███████╗███████╗███████║ + ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝ - ███████████ █████████ ██████ ██████ █████████ █████ █████ █████████ -░█░░░███░░░████░░░░░███░░██████ ██████ ███░░░░░███░░███ ░░███ ███░░░░░███ -░ ░███ ░░███ ░░░ ░███░█████░███ ░███ ░███ ░███ ░███ ░███ ░░░ - ░███ ░░█████████ ░███░░███ ░███ ░███████████ ░███ ░███ ░░█████████ - ░███ ░░░░░░░░███ ░███ ░░░ ░███ ░███░░░░░███ ░███ ░███ ░░░░░░░░███ - ░███ ███ ░███ ░███ ░███ ░███ ░███ ░███ █░███ █ ███ ░███ - █████ ░░█████████ █████ ██████████ ███████████████████████████░░█████████ - ░░░░░ ░░░░░░░░░ ░░░░░ ░░░░░░░░░░ ░░░░░░░░░░░░░░░░░░░░░░░░░░░ ░░░░░░░░░ - - ]] - } + ]], + }, }, scroll = { enabled = false, -- Disable scrolling animations @@ -39,12 +37,12 @@ return { picker = { sources = { explorer = { - hidden = false, -- Show hidden files by default + hidden = false, -- Show hidden files by default layout = { preset = "right" }, -- Position on the right ignored = false, - git_status = true, -- Show git status - diagnostics = true, -- Show diagnostics - follow_file = true, -- Follow current file + git_status = true, -- Show git status + diagnostics = true, -- Show diagnostics + follow_file = true, -- Follow current file win = { list = { keys = { diff --git a/lua/plugins/toggle-term.lua b/lua/plugins/toggle-term.lua index 64cdc91..2a6975e 100644 --- a/lua/plugins/toggle-term.lua +++ b/lua/plugins/toggle-term.lua @@ -10,7 +10,7 @@ return { open_mapping = [[tt]], direction = "float", float_opts = { border = "rounded" }, - shell = vim.fn.exepath('zsh') .. " -l -i", + shell = vim.fn.exepath("zsh") .. " -l -i", }, config = function(_, opts)