mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Add missing vi and vim aliases
This commit is contained in:
@@ -368,6 +368,8 @@ in {
|
|||||||
|
|
||||||
nixvim = {
|
nixvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
viAlias = true;
|
||||||
|
vimAlias = true;
|
||||||
colorschemes.gruvbox.enable = true;
|
colorschemes.gruvbox.enable = true;
|
||||||
keymaps = [
|
keymaps = [
|
||||||
{
|
{
|
||||||
@@ -447,9 +449,6 @@ in {
|
|||||||
keymapsSilent = true;
|
keymapsSilent = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
extraPlugins = with pkgs.vimPlugins; [
|
|
||||||
nvim-lspconfig
|
|
||||||
];
|
|
||||||
options = {
|
options = {
|
||||||
autoindent = true;
|
autoindent = true;
|
||||||
backup = false;
|
backup = false;
|
||||||
|
@@ -40,7 +40,6 @@ in {
|
|||||||
mullvad-vpn
|
mullvad-vpn
|
||||||
netdata
|
netdata
|
||||||
nfs-utils
|
nfs-utils
|
||||||
obs-studio
|
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pinentry-curses
|
pinentry-curses
|
||||||
podman
|
podman
|
||||||
|
Reference in New Issue
Block a user