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