From 6c8442817946b182e395ab446b72953da51b9e6a Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Sun, 15 Dec 2024 18:52:28 -0500 Subject: [PATCH] feat: Updates nvim, fidget and removes neo-dev. --- nvim/m-housh/lua/user/plugin/fidget.lua | 42 ++++++++++++------------- nvim/m-housh/lua/user/plugins.lua | 2 +- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/nvim/m-housh/lua/user/plugin/fidget.lua b/nvim/m-housh/lua/user/plugin/fidget.lua index 9adf66a..dd4f3cf 100644 --- a/nvim/m-housh/lua/user/plugin/fidget.lua +++ b/nvim/m-housh/lua/user/plugin/fidget.lua @@ -1,23 +1,23 @@ return { - "j-hui/fidget.nvim", - event = "VeryLazy", - config = function() - local fidget = require("fidget") - fidget.setup({ - notification = { - window = { - normal_hl = "String", -- Base highlight group in the notification window - winblend = 0, -- Background color opacity in the notification window - border = "rounded", -- Border around the notification window - zindex = 45, -- Stacking priority of the notification window - max_width = 0, -- Maximum width of the notification window - max_height = 0, -- Maximum height of the notification window - x_padding = 1, -- Padding from right edge of window boundary - y_padding = 1, -- Padding from bottom edge of window boundary - align = "bottom", -- How to align the notification window - relative = "editor", -- What the notification window position is relative to - }, - }, - }) - end, + "j-hui/fidget.nvim", + event = "VeryLazy", + config = function() + local fidget = require("fidget") + fidget.setup({ + notification = { + window = { + normal_hl = "String", -- Base highlight group in the notification window + winblend = 0, -- Background color opacity in the notification window + border = "rounded", -- Border around the notification window + zindex = 45, -- Stacking priority of the notification window + max_width = 0, -- Maximum width of the notification window + max_height = 0, -- Maximum height of the notification window + x_padding = 1, -- Padding from right edge of window boundary + y_padding = 1, -- Padding from bottom edge of window boundary + align = "bottom", -- How to align the notification window + relative = "editor", -- What the notification window position is relative to + }, + }, + }) + end, } diff --git a/nvim/m-housh/lua/user/plugins.lua b/nvim/m-housh/lua/user/plugins.lua index 2040eb0..b2cfc8d 100755 --- a/nvim/m-housh/lua/user/plugins.lua +++ b/nvim/m-housh/lua/user/plugins.lua @@ -42,7 +42,7 @@ require("lazy").setup({ }, -- LSP, formatting, etc. -- - { "folke/neodev.nvim", opts = {} }, + --{ "folke/neodev.nvim", opts = {} }, }, { checker = { enabled = true,