mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
qol changes to formatters/keymaps
This commit is contained in:
parent
e54bd1fe69
commit
f0b0787c91
7 changed files with 24 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue