mirror of
https://github.com/davegallant/nix-config
synced 2025-10-04 15:16:00 +00:00
Add missing vi and vim aliases
This commit is contained in:
@@ -368,6 +368,8 @@ in {
|
||||
|
||||
nixvim = {
|
||||
enable = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
colorschemes.gruvbox.enable = true;
|
||||
keymaps = [
|
||||
{
|
||||
@@ -447,9 +449,6 @@ in {
|
||||
keymapsSilent = true;
|
||||
};
|
||||
};
|
||||
extraPlugins = with pkgs.vimPlugins; [
|
||||
nvim-lspconfig
|
||||
];
|
||||
options = {
|
||||
autoindent = true;
|
||||
backup = false;
|
||||
|
@@ -1,5 +1,4 @@
|
||||
final: prev: {
|
||||
rfd = prev.callPackage ./rfd {};
|
||||
tmux-sessionizer = prev.callPackage ./tmux-sessionizer {};
|
||||
vpngate = prev.callPackage ./vpngate {};
|
||||
}
|
||||
|
Reference in New Issue
Block a user