Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Dec 21, 2023
1 parent 6e546f8 commit 6efa52d
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions home/nvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,19 @@
enable = true;

extraConfig = (builtins.readFile ./.vimrc);
plugins = [ pkgs.vimPlugins.lazy-nvim ];

plugins = with pkgs.vimPlugins; [
lazy-nvim
];

extraPackages = with pkgs; [
nil # Nix
extraPackages = with pkgs; let
ecsls-pkg = ecsls.packages.${system}.default;
in [
nil
lua-language-server
nodePackages.pyright
clang-tools
llvmPackages_latest.clang
nodejs # Copilot
xclip # Clipboard fix
ecsls.packages.${system}.default
nodejs
xclip
ecsls-pkg
];

};
}

0 comments on commit 6efa52d

Please sign in to comment.