Skip to content

Commit

Permalink
removed vim-lastplace plugin and all LC_* except LC_TIME
Browse files Browse the repository at this point in the history
  • Loading branch information
FOSSadmin committed Sep 27, 2024
1 parent 67a7f52 commit 398d6a4
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions nix/machines/_common/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@
wget
((vim_configurable.override { }).customize {
name = "vim";
# Install plugins for example for syntax highlighting of nix files
# Install plugins for syntax highlighting of nix files
vimrcConfig.packages.myplugins = with pkgs.vimPlugins; {
start = [
vim-nix
vim-lastplace
];
opt = [ ];
};
Expand All @@ -63,14 +62,6 @@

# set 24h military time
i18n.extraLocaleSettings = {
LC_ADDRESS = "en_US.UTF-8";
LC_IDENTIFICATION = "en_US.UTF-8";
LC_MEASUREMENT = "en_US.UTF-8";
LC_MONETARY = "en_US.UTF-8";
LC_NAME = "en_US.UTF-8";
LC_NUMERIC = "en_US.UTF-8";
LC_PAPER = "en_US.UTF-8";
LC_TELEPHONE = "en_US.UTF-8";
LC_TIME = "C.UTF-8";
};

Expand Down

0 comments on commit 398d6a4

Please sign in to comment.