mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
plugin updates
This commit is contained in:
parent
fd4cc7c8e6
commit
2019cab65d
8 changed files with 113 additions and 59 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue