feat(config): switch (n)vim colorscheme to pencil

Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
2025-03-25 15:27:07 +02:00
parent 38e340ac8d
commit e215fe0a2f
9 changed files with 677 additions and 123 deletions

View File

@@ -335,6 +335,7 @@ return {
sh = { 'shfmt' },
bash = { 'shfmt' },
php = { 'phpcbf' },
python = { 'isort', 'black' },
-- Conform can also run multiple formatters sequentially
-- python = { "isort", "black" },
--