diff --git a/lazy-lock.json b/lazy-lock.json index fc93f6c..1ad30ac 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -11,12 +11,11 @@ "cmp_luasnip": { "branch": "master", "commit": "05a9ab28b53f71d1aece421ef32fee2cb857a843" }, "code_runner.nvim": { "branch": "main", "commit": "baea3a97c02276bff92b235f4e0d9fd8909d0d04" }, "codeium.vim": { "branch": "main", "commit": "bef9cbaa5c19ab85d8048f364bfc0ac8c7ab335d" }, - "dracula.nvim": { "branch": "main", "commit": "8d8bddb8814c3e7e62d80dda65a9876f97eb699c" }, "dressing.nvim": { "branch": "master", "commit": "42d767b04c50a6966c9633e3968bc65c0c2f2bfc" }, "friendly-snippets": { "branch": "main", "commit": "dcd4a586439a1c81357d5b9d26319ae218cc9479" }, "gitsigns.nvim": { "branch": "main", "commit": "6ef8c54fb526bf3a0bc4efb0b2fe8e6d9a7daed2" }, "indent-blankline.nvim": { "branch": "master", "commit": "3d08501caef2329aba5121b753e903904088f7e6" }, - "lazy.nvim": { "branch": "main", "commit": "8134f2ac041a609f35ec8fc1a4cb4246292b0026" }, + "lazy.nvim": { "branch": "main", "commit": "af6afefbb46ab29a8a1db69536b04290a9403876" }, "lsp-progress.nvim": { "branch": "main", "commit": "1c37b1cd0611563a767f0a340d61f265c4c54ecd" }, "lualine.nvim": { "branch": "master", "commit": "b5e8bb642138f787a2c1c5aedc2a78cb2cebbd67" }, "mason-lspconfig.nvim": { "branch": "main", "commit": "2ba17cecfde8b8c7c7c287909a1e4de895223df6" }, @@ -45,8 +44,9 @@ "nvim-web-devicons": { "branch": "master", "commit": "a55b801b7ef5719ca25692c3a0a5447fdfb692ed" }, "plenary.nvim": { "branch": "master", "commit": "50012918b2fc8357b87cff2a7f7f0446e47da174" }, "smart-splits.nvim": { "branch": "master", "commit": "f6fcb79527872e9330c554915af2ca511c388390" }, - "telescope.nvim": { "branch": "master", "commit": "221778e93bfaa58bce4be4e055ed2edecc26f799" }, + "telescope.nvim": { "branch": "master", "commit": "1e591885751d255b12c3649253cb6c2838e2c724" }, "toggleterm.nvim": { "branch": "main", "commit": "193786e0371e3286d3bc9aa0079da1cd41beaa62" }, + "tokyonight.nvim": { "branch": "main", "commit": "67c6050e1ca41260c919236a098ba278472c7520" }, "vim-illuminate": { "branch": "master", "commit": "305bf07b919ac526deb5193280379e2f8b599926" }, "vim-startuptime": { "branch": "master", "commit": "97a88e688482a09c3c4b777d07b509b328a5ec29" }, "vim-visual-multi": { "branch": "master", "commit": "1c9207b28c8898ab01b54e6d6b61b0b820a814bc" }, diff --git a/lua/custom/default.lua b/lua/custom/default.lua index 96bc9f0..fe714cd 100644 --- a/lua/custom/default.lua +++ b/lua/custom/default.lua @@ -11,7 +11,7 @@ -- catppuccin, catppuccin-latte, catppuccin-frappe, catppuccin-macchiato, catppuccin-mocha -- dracula -- nightfox, dayfox, dawnfox, duskfox, nordfox, terafox, carbonfox -vim.g.pcode_colorscheme = "dracula" +vim.g.pcode_colorscheme = "tokyonight" -- custom transparent mode -- only support diff --git a/lua/user/tokyonight.lua b/lua/user/tokyonight.lua index 685f723..146264b 100644 --- a/lua/user/tokyonight.lua +++ b/lua/user/tokyonight.lua @@ -66,5 +66,6 @@ tokyonight.setup({ } highlights.BufferLineFill = { bg = colors.bg } highlights.NvimTreeSpecialFile = { fg = colors.purple, underline = false } + highlights["@property"] = { fg = colors.green1, italic = true } end, }) diff --git a/lua/user/whichkey.lua b/lua/user/whichkey.lua index 34e7aed..9405fae 100644 --- a/lua/user/whichkey.lua +++ b/lua/user/whichkey.lua @@ -230,7 +230,7 @@ if vim.fn.has("win32") == 0 then end -- end debug local mappings2 = { - ["/"] = { "lua require('Comment.api').toggle.linewise(vim.fn.visualmode())", "󰆈 Commet Block" }, + ["/"] = { "lua require('Comment.api').toggle.linewise(vim.fn.visualmode())", " 󰆈 Commet Block" }, } local mappings = { -- ["c"] = trasparant, @@ -304,7 +304,7 @@ local mappings = { }, g = { - name = "  Git", + name = " Git", g = { "lua _LAZYGIT_TOGGLE()", "Lazygit" }, j = { "lua require 'gitsigns'.next_hunk()", "Next Hunk" }, k = { "lua require 'gitsigns'.prev_hunk()", "Prev Hunk" }, @@ -327,7 +327,7 @@ local mappings = { }, l = { - name = "  LSP", + name = " LSP", a = { "lua vim.lsp.buf.code_action()", "Code Action" }, d = { "Telescope diagnostics bufnr=0", @@ -358,7 +358,7 @@ local mappings = { }, }, s = { - name = "  Search", + name = " Search", b = { "Telescope git_branches", "Checkout branch" }, c = { "Telescope colorscheme", "Colorscheme" }, h = { "Telescope help_tags", "Find Help" }, @@ -370,7 +370,7 @@ local mappings = { }, t = { - name = "  Terminal", + name = " Terminal", -- l = { "lua _LIVE_SERVER()", "Live Server" }, l = { "terminal live-server", "Live Server" }, P = { "lua _NEWTAB_TOGGLE()", "Power Shell" }, @@ -392,7 +392,7 @@ local mappings = { j = { "lua _SET_TAB_TITLE()", "Set Tab Title" }, }, r = { - name = "  Run", + name = " Run", l = { "edit term://live-server", "Live Server" }, s = { 'autocmd bufwritepost [^_]*.sass,[^_]*.scss silent exec "!sass %:p %:r.css"', @@ -544,7 +544,7 @@ local mappings = { -- }, d = debug_key, z = { - name = " 󱑠 Plugins(Lazy)", + name = "󱑠 Plugins(Lazy)", i = { "Lazy install", "Install" }, s = { "Lazy sync", "Sync" }, S = { "Lazy clear", "Status" },