flake: update to nvim v0.11

This commit is contained in:
kossLAN 2025-03-29 12:54:14 -04:00
parent 84d76c1b08
commit b24264a78b
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
4 changed files with 3 additions and 27 deletions

View file

@ -96,11 +96,6 @@ with final.pkgs.lib; let
fidget-nvim
# Color Highlights
nvim-highlight-colors
# Copilot related plugins
CopilotChat-nvim
copilot-cmp
copilot-lua
];
extraPackages = with pkgs; [
@ -120,9 +115,6 @@ with final.pkgs.lib; let
rustfmt # rust formatter
prettierd # typescript/javascript formatter
# google-java-format # java formatter based off google guidelines
# misc
nodejs # copilot needs this unfortunately dont remove
];
in {
# This is the neovim derivation