From 9ddb852b34a0366662f2ae21e391b82ad7dbd11c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 13 Jul 2025 00:59:55 +0200 Subject: [PATCH] feat(nvim): little updates to some plugins --- .config/nvim/lua/plugins/extras/editor/marks/arrow.lua | 4 +--- .config/nvim/lua/plugins/extras/lang/python-extended.lua | 1 + .../nvim/lua/plugins/extras/ui/colorschemes/tokyonight.lua | 6 ++---- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.config/nvim/lua/plugins/extras/editor/marks/arrow.lua b/.config/nvim/lua/plugins/extras/editor/marks/arrow.lua index 55d0a00b..27998a92 100644 --- a/.config/nvim/lua/plugins/extras/editor/marks/arrow.lua +++ b/.config/nvim/lua/plugins/extras/editor/marks/arrow.lua @@ -2,9 +2,7 @@ return { { "otavioschwanck/arrow.nvim", event = "VeryLazy", - opts = { - show_icons = true, - }, + opts = {}, -- stylua: ignore keys = { { "m", function() require("arrow.ui").openMenu() end, desc = "Marks" }, diff --git a/.config/nvim/lua/plugins/extras/lang/python-extended.lua b/.config/nvim/lua/plugins/extras/lang/python-extended.lua index 9dff55f5..cb152fe2 100644 --- a/.config/nvim/lua/plugins/extras/lang/python-extended.lua +++ b/.config/nvim/lua/plugins/extras/lang/python-extended.lua @@ -73,6 +73,7 @@ return { }, { "MeanderingProgrammer/py-requirements.nvim", + enabled = false, event = { "BufRead requirements.txt", }, diff --git a/.config/nvim/lua/plugins/extras/ui/colorschemes/tokyonight.lua b/.config/nvim/lua/plugins/extras/ui/colorschemes/tokyonight.lua index a8be6e69..9cc4bd3b 100644 --- a/.config/nvim/lua/plugins/extras/ui/colorschemes/tokyonight.lua +++ b/.config/nvim/lua/plugins/extras/ui/colorschemes/tokyonight.lua @@ -1,11 +1,9 @@ return { "folke/tokyonight.nvim", - name = "tokyonight", - lazy = false, opts = { style = "storm", -- The theme comes in three styles, `storm`, `moon`, a darker variant `night` and `day` - light_style = "day", -- The theme is used when the background is set to light - transparent = false, -- Enable this to disable setting the background color + light_style = "night", -- The theme is used when the background is set to light + transparent = true, -- Enable this to disable setting the background color terminal_colors = true, -- Configure the colors used when opening a `:terminal` in Neovim styles = { -- Style to be applied to different syntax groups