[neovim] Disables Meson. Updates keymaps a bit.

This commit is contained in:
2025-02-15 12:10:46 -08:00
parent a530511813
commit db88767ce0
5 changed files with 19 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
# Set up the user's prompt as ZSH with Starship
{ pkgs, inputs, ... }:
{ pkgs, ... }:
{
programs.zsh = {
enable = true;
@@ -61,5 +61,3 @@
};
};
}