Minor fix

This commit is contained in:
js0ny 2025-03-21 00:45:00 +00:00
parent 418ae4cc63
commit 47197902c8
3 changed files with 18 additions and 25 deletions

View file

@ -23,8 +23,8 @@ return {
}, },
{ "olimorris/onedarkpro.nvim", cmd = "Telescope colorscheme" }, { "olimorris/onedarkpro.nvim", cmd = "Telescope colorscheme" },
{ "rebelot/kanagawa.nvim", cmd = "Telescope colorscheme" }, { "rebelot/kanagawa.nvim", cmd = "Telescope colorscheme" },
-- Highlight objects under the cursor -- -- Highlight objects under the cursor
{ "RRethy/vim-illuminate" }, -- { "RRethy/vim-illuminate" },
{ -- Modern Status Line { -- Modern Status Line
"nvim-lualine/lualine.nvim", "nvim-lualine/lualine.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" }, dependencies = { "nvim-tree/nvim-web-devicons" },
@ -91,19 +91,19 @@ return {
opts = {}, opts = {},
dependencies = { "nvim-lua/plenary.nvim" }, dependencies = { "nvim-lua/plenary.nvim" },
}, },
{ -- {
"folke/noice.nvim", -- "folke/noice.nvim",
event = "VeryLazy", -- event = "VeryLazy",
opts = { -- opts = {
-- add any options here -- -- add any options here
}, -- },
dependencies = { -- dependencies = {
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries -- -- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
"MunifTanjim/nui.nvim", -- "MunifTanjim/nui.nvim",
-- OPTIONAL: -- -- OPTIONAL:
-- `nvim-notify` is only needed, if you want to use the notification view. -- -- `nvim-notify` is only needed, if you want to use the notification view.
-- If not available, we use `mini` as the fallback -- -- If not available, we use `mini` as the fallback
"rcarriga/nvim-notify", -- "rcarriga/nvim-notify",
}, -- },
}, -- },
} }

View file

@ -15,5 +15,5 @@ require("lazy").setup({
-- Configure any other settings here. See the documentation for more details. -- Configure any other settings here. See the documentation for more details.
-- colorscheme that will be used when installing plugins. -- colorscheme that will be used when installing plugins.
-- automatically check for plugin updates -- automatically check for plugin updates
checker = { enabled = true }, checker = { enabled = false },
}) })

View file

@ -14,13 +14,6 @@ return {
{ "<leader>!", "<cmd>ToggleTerm direction=float<CR>", desc = "Toggle Terminal" }, { "<leader>!", "<cmd>ToggleTerm direction=float<CR>", desc = "Toggle Terminal" },
{ "<leader>tf", "<cmd>ToggleTerm direction=float<CR>", desc = "Toggle Terminal" }, { "<leader>tf", "<cmd>ToggleTerm direction=float<CR>", desc = "Toggle Terminal" },
{ "<leader>tt", "<cmd>ToggleTerm<CR>", desc = "Spawn a float terminal" }, { "<leader>tt", "<cmd>ToggleTerm<CR>", desc = "Spawn a float terminal" },
-- TODO: Implement lazygit
-- {
-- "<leader>gg",
-- "<cmd>lua _lazygit_toggle()<CR>",
-- -- require("toggleterm.terminal").Terminal:new({ cmd = "lazygit", hidden = true }),
-- desc = "Toggle LazyGit",
-- },
}, },
event = "ColorScheme", event = "ColorScheme",
opts = { opts = {