From f9de65c67db719cdc4bcd8e7dfe6c77958fdd126 Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Mon, 14 Oct 2024 12:07:29 +0200 Subject: [PATCH] +nvim alejandra --- nvim/init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nvim/init.lua b/nvim/init.lua index 5e107a5..bedfa08 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -637,7 +637,7 @@ require('lazy').setup({ }, formatters_by_ft = { lua = { 'stylua' }, - nix = { 'alejandra -q' }, + nix = { 'alejandra -q ' }, -- Conform can also run multiple formatters sequentially -- python = { "isort", "black" }, -- @@ -752,7 +752,6 @@ require('lazy').setup({ config = function() -- Load the colorscheme here. -- Like many other themes, this one has different styles, and you could load - dotfiles, -- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'. vim.cmd.colorscheme 'dracula'