mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
flake: update to nvim v0.11
This commit is contained in:
parent
84d76c1b08
commit
b24264a78b
4 changed files with 3 additions and 27 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue