Skip to content

Commit

Permalink
fix: drop vale
Browse files Browse the repository at this point in the history
  • Loading branch information
anthr76 authored Sep 6, 2024
1 parent 805c606 commit d39ccb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions home-manager/personalities/desktop/vscode/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs, inputs, config, ...}:
{
# TODO: See if we can just include in a overlay for vscode.
home.packages = [ pkgs.helm-ls pkgs.vale pkgs.vale-ls ];
home.packages = [ pkgs.helm-ls ];
programs.vscode = {
enable = true;
mutableExtensionsDir = false;
Expand Down Expand Up @@ -52,7 +52,6 @@
bierner.emojisense
yzhang.markdown-all-in-one
streetsidesoftware.code-spell-checker
chrischinchilla.vale-vscode
github.copilot
mechatroner.rainbow-csv
tobermory.es6-string-html
Expand Down

0 comments on commit d39ccb1

Please sign in to comment.