added formatter for nix, nixd was not working.

Welcome to the config, conform.nvim!
This commit is contained in:
Gabe Venberg 2026-03-15 18:05:50 +01:00
parent 46208d9102
commit 35fb7ffcb1
4 changed files with 34 additions and 45 deletions

View file

@ -115,7 +115,6 @@ inputs: {
config.specs.completion = {
after = ["lze"];
lazy = true;
enable = lib.mkIf config.settings.minimal false;
data = with pkgs.vimPlugins; [
luasnip
friendly-snippets
@ -129,7 +128,6 @@ inputs: {
config.specs.markdown = {
after = ["general" "lazy"];
enable = lib.mkIf config.settings.minimal false;
lazy = true;
data = with pkgs.vimPlugins; [
markdown-preview-nvim
@ -142,7 +140,6 @@ inputs: {
};
config.specs.lsp = {
enable = lib.mkIf config.settings.minimal false;
after = ["general" "lazy"];
lazy = true;
@ -150,9 +147,11 @@ inputs: {
trouble-nvim
lualine-lsp-progress
nvim-lspconfig
conform-nvim
];
};
config.specs.zk = {
after = ["general" "lazy"];
data = with pkgs.vimPlugins; [
@ -180,7 +179,6 @@ inputs: {
after = ["general" "lazy"];
data = null;
extraPackages = with pkgs; [
nixd
alejandra
];
};