qol changes to formatters/keymaps

This commit is contained in:
kossLAN 2025-06-04 13:55:59 -04:00
parent e54bd1fe69
commit f0b0787c91
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
7 changed files with 24 additions and 21 deletions

View file

@ -103,7 +103,7 @@ with final.pkgs.lib; let
lua-language-server
clang-tools # provides clangd which is a c/c++ lsp
jdt-language-server # java ls
nixd # nix LSP
nil # nix lsp
rust-analyzer # rust LSP
vscode-langservers-extracted # various web dev lsps from vscode
typescript-language-server # css lsp thing
@ -116,6 +116,10 @@ with final.pkgs.lib; let
rustfmt # rust formatter
prettierd # typescript/javascript formatter
# google-java-format # java formatter based off google guidelines
# extra required packages
gcc
nodejs
];
in {
# This is the neovim derivation