From 2c764ff60ce1c5b6aa37748c5d44dc0c1101abbe Mon Sep 17 00:00:00 2001 From: weygoldt <88969563+weygoldt@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:53:37 +0200 Subject: [PATCH] update theme and formatter --- init.lua | 2 +- lua/custom/plugins/rose-pine.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 9b8d72bf..3f3afed0 100644 --- a/init.lua +++ b/init.lua @@ -700,7 +700,7 @@ require('lazy').setup({ formatters_by_ft = { lua = { 'stylua' }, -- Conform can also run multiple formatters sequentially - -- python = { "isort", "black" }, + python = { 'ruff_format' }, -- -- You can use 'stop_after_first' to run the first available formatter from the list -- javascript = { "prettierd", "prettier", stop_after_first = true }, diff --git a/lua/custom/plugins/rose-pine.lua b/lua/custom/plugins/rose-pine.lua index 7fdebda7..74576929 100644 --- a/lua/custom/plugins/rose-pine.lua +++ b/lua/custom/plugins/rose-pine.lua @@ -1,6 +1,6 @@ return { - -- 'weygoldt/rose-pine-neovim', - 'rose-pine/neovim', + 'weygoldt/rose-pine-neovim', + -- 'rose-pine/neovim', name = 'rose-pine', priority = 100, config = function()