From 47197902c8192e7fe39c34d8bae776a1aac989fd Mon Sep 17 00:00:00 2001 From: js0ny Date: Fri, 21 Mar 2025 00:45:00 +0000 Subject: [PATCH] Minor fix --- tools/nvim/lua/plugins/appearance.lua | 34 +++++++++++------------ tools/nvim/lua/plugins/init.lua | 2 +- tools/nvim/lua/plugins/mod/toggleterm.lua | 7 ----- 3 files changed, 18 insertions(+), 25 deletions(-) diff --git a/tools/nvim/lua/plugins/appearance.lua b/tools/nvim/lua/plugins/appearance.lua index 74b2ee6..d6fcbf4 100644 --- a/tools/nvim/lua/plugins/appearance.lua +++ b/tools/nvim/lua/plugins/appearance.lua @@ -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", + -- }, + -- }, } diff --git a/tools/nvim/lua/plugins/init.lua b/tools/nvim/lua/plugins/init.lua index 1fe560c..4bb32b4 100644 --- a/tools/nvim/lua/plugins/init.lua +++ b/tools/nvim/lua/plugins/init.lua @@ -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 }, }) diff --git a/tools/nvim/lua/plugins/mod/toggleterm.lua b/tools/nvim/lua/plugins/mod/toggleterm.lua index 5b61c26..693f563 100644 --- a/tools/nvim/lua/plugins/mod/toggleterm.lua +++ b/tools/nvim/lua/plugins/mod/toggleterm.lua @@ -14,13 +14,6 @@ return { { "!", "ToggleTerm direction=float", desc = "Toggle Terminal" }, { "tf", "ToggleTerm direction=float", desc = "Toggle Terminal" }, { "tt", "ToggleTerm", desc = "Spawn a float terminal" }, - -- TODO: Implement lazygit - -- { - -- "gg", - -- "lua _lazygit_toggle()", - -- -- require("toggleterm.terminal").Terminal:new({ cmd = "lazygit", hidden = true }), - -- desc = "Toggle LazyGit", - -- }, }, event = "ColorScheme", opts = {