From 40bcc143048e14585cde400f0d214d325642559c Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 9 Feb 2026 15:50:59 +0100 Subject: [PATCH] Modules/Neovim: Add justfile support --- home/christoph/default.nix | 1 + home/christoph/nixinator/default.nix | 1 + home/homemodules/neovim/default.nix | 4 ++++ 3 files changed, 6 insertions(+) diff --git a/home/christoph/default.nix b/home/christoph/default.nix index 3b46d49c..91def67b 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -478,6 +478,7 @@ in systemctl-tui restic # Backups gnumake + just # Hardware/Software info pciutils # lspci diff --git a/home/christoph/nixinator/default.nix b/home/christoph/nixinator/default.nix index 83c90db7..3e7e6157 100644 --- a/home/christoph/nixinator/default.nix +++ b/home/christoph/nixinator/default.nix @@ -133,6 +133,7 @@ godot_4 (obs-studio.override {cudaSupport = true;}) kdePackages.kdenlive + # davinci-resolve krita makemkv lrcget diff --git a/home/homemodules/neovim/default.nix b/home/homemodules/neovim/default.nix index b876b204..3a501d06 100644 --- a/home/homemodules/neovim/default.nix +++ b/home/homemodules/neovim/default.nix @@ -50,6 +50,7 @@ in { typescript vscode-langservers-extracted # includes nodejs autotools-language-server + just-lsp # Linters checkstyle # java @@ -75,6 +76,7 @@ in { stylua typstyle mbake + just-formatter ]) [ @@ -514,6 +516,7 @@ in { html = ["prettierd" "prettier"]; java = ["google-java-format"]; javascript = ["prettierd" "prettier"]; + just = ["just"]; latex = ["tex-fmt"]; lua = ["stylua"]; make = ["bake"]; @@ -880,6 +883,7 @@ in { {name = "cmake";} {name = "cssls";} {name = "html";} # vscode-langservers-extracted + {name = "just-lsp";} # TODO: Doesn't autostart? {name = "lua_ls";} { name = "ltex";