plugin updates

This commit is contained in:
kossLAN 2024-08-28 00:03:42 -04:00
parent fd4cc7c8e6
commit 2019cab65d
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
8 changed files with 113 additions and 59 deletions

View file

@ -86,6 +86,13 @@ with final.pkgs.lib; let
tokyonight-nvim
# QOL Plugin for visuals mostly
mini-nvim # https://github.com/echasnovski/mini.nvim/
# Debugging
nvim-dap
# Copilot related plugins
CopilotChat-nvim
copilot-cmp
copilot-lua
];
extraPackages = with pkgs; [
@ -99,6 +106,9 @@ with final.pkgs.lib; let
alejandra # amazing nix autoformatter
stylua # lua formatter
google-java-format # java formatter based off google guidelines
# misc
nodejs # eww
];
in {
# This is the neovim derivation