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

View file

@ -15,5 +15,5 @@ require("lazy").setup({
-- Configure any other settings here. See the documentation for more details.
-- colorscheme that will be used when installing plugins.
-- 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>tf", "<cmd>ToggleTerm direction=float<CR>", desc = "Toggle 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",
opts = {