diff --git a/lazy-lock.json b/lazy-lock.json index c674dbc..d9daf27 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -21,10 +21,10 @@ "lazy.nvim": { "branch": "main", "commit": "8077428e63feb0f3bf795d53b23ba1695b28ab0e" }, "live-server": { "branch": "main", "commit": "ecd7c1418823b65dd2bca710587c80afe42c973e" }, "lualine.nvim": { "branch": "master", "commit": "e99d733e0213ceb8f548ae6551b04ae32e590c80" }, + "lunar.nvim": { "branch": "master", "commit": "29eedf78c430ad9acebdcba814d77619edbe2bac" }, "mason-lspconfig.nvim": { "branch": "main", "commit": "3f9c0ea157e88b08e2d11ec65002eeb6e421f0da" }, "mason-null-ls.nvim": { "branch": "main", "commit": "29ce60f9a16fef3de682a9365ef635f24ae92bf9" }, "mason.nvim": { "branch": "main", "commit": "5f38eca64b7ed9f8a1f997ce67f2ccc80ab80c91" }, - "material.nvim": { "branch": "main", "commit": "c5f6a24d526a8ddcd651c5d1291de89a51f923fa" }, "mini.animate": { "branch": "main", "commit": "b0c717ed5513b5f23e7c48615449c7dc9fabd05b" }, "mini.indentscope": { "branch": "main", "commit": "ff1e68b5c01426f9dfff3278dd1b10c9b5f000a1" }, "neoscroll.nvim": { "branch": "master", "commit": "d7601c26c8a183fa8994ed339e70c2d841253e93" }, @@ -38,7 +38,7 @@ "nvim-navic": { "branch": "master", "commit": "7e9d2b2b601149fecdccd11b516acb721e571fe6" }, "nvim-notify": { "branch": "master", "commit": "bdd647f61a05c9b8a57c83b78341a0690e9c29d7" }, "nvim-scrollview": { "branch": "main", "commit": "ba6c48bf7919dd48a371e7b9c683b8858053e885" }, - "nvim-tree.lua": { "branch": "master", "commit": "59bcb01d3bf58b810b9c48db56e558f3857110ad" }, + "nvim-tree.lua": { "branch": "master", "commit": "362ecbeed69fae91a287004619decadcb6f7c113" }, "nvim-treesitter": { "branch": "master", "commit": "c38646edf2bdfac157ca619697ecad9ea87fd469" }, "nvim-ts-autotag": { "branch": "main", "commit": "fdefe46c6807441460f11f11a167a2baf8e4534b" }, "nvim-ts-context-commentstring": { "branch": "main", "commit": "a0f89563ba36b3bacd62cf967b46beb4c2c29e52" }, diff --git a/lua/core/init.lua b/lua/core/init.lua index b9d0f1e..d137e22 100644 --- a/lua/core/init.lua +++ b/lua/core/init.lua @@ -10,4 +10,5 @@ require("user.keymaps") -- require("user.chat_gpt") -- vim.cmd("colorscheme onedark") -- vim.cmd("colorscheme dracula") -vim.cmd("colorscheme material") +-- vim.cmd("colorscheme material") +vim.cmd("colorscheme lunar") diff --git a/lua/custom/plugins/ui.lua b/lua/custom/plugins/ui.lua index edc6c0d..da61902 100644 --- a/lua/custom/plugins/ui.lua +++ b/lua/custom/plugins/ui.lua @@ -15,15 +15,15 @@ return { -- require("onedark").load() -- end, -- }, - { - "marko-cerovac/material.nvim", - config = function() - vim.g.material_style = "palenight" - require("material").setup({ - lualine_style = "stealth", - }) - end, - }, + -- { + -- "marko-cerovac/material.nvim", + -- config = function() + -- vim.g.material_style = "palenight" + -- require("material").setup({ + -- lualine_style = "stealth", + -- }) + -- end, + -- }, -- simbol outline { "simrat39/symbols-outline.nvim", @@ -34,8 +34,8 @@ return { }, -- { -- "folke/tokyonight.nvim", - -- -- commit = "66bfc2e8f754869c7b651f3f47a2ee56ae557764", - -- lazy = false, -- make sure we load this during startup if it is your main colorscheme + -- commit = "66bfc2e8f754869c7b651f3f47a2ee56ae557764", + -- -- lazy = false, -- make sure we load this during startup if it is your main colorscheme -- priority = 1000, -- make sure to load this before all the other start plugins -- config = function() -- local is_transparant = false @@ -55,7 +55,7 @@ return { -- require("onedark").load() -- end, -- }, - -- { "lunarvim/lunar.nvim" }, + { "lunarvim/lunar.nvim" }, -- -- { "arcticicestudio/nord-vim" }, -- { -- "catppuccin/nvim",