diff options
| author | Mike Vink <mike@pionative.com> | 2024-04-16 17:01:55 +0200 |
|---|---|---|
| committer | Mike Vink <mike@pionative.com> | 2024-04-16 17:01:55 +0200 |
| commit | 985cac44e0c7b33763d0f9d26842ad5325a4a303 (patch) | |
| tree | 8e0823fbdd2c4d1aa7b346bd8ad1dff70918d23c /profiles | |
| parent | d05d3476c1dbda8103b323b590252a974a714c9d (diff) | |
update
Diffstat (limited to 'profiles')
| -rw-r--r-- | profiles/core/git.nix | 1 | ||||
| -rw-r--r-- | profiles/core/home.nix | 2 | ||||
| -rw-r--r-- | profiles/core/neovim.nix | 3 | ||||
| -rw-r--r-- | profiles/station/nonfree.nix | 1 |
4 files changed, 6 insertions, 1 deletions
diff --git a/profiles/core/git.nix b/profiles/core/git.nix index baf2135..dee2d84 100644 --- a/profiles/core/git.nix +++ b/profiles/core/git.nix @@ -19,6 +19,7 @@ "/.envrc" "/.env" ".vimsession.vim" + "tfplan" ]; }; }; diff --git a/profiles/core/home.nix b/profiles/core/home.nix index c003fc0..5238800 100644 --- a/profiles/core/home.nix +++ b/profiles/core/home.nix @@ -136,6 +136,8 @@ bindkey -M menuselect 'k' vi-up-line-or-history bindkey -M menuselect 'l' vi-forward-char bindkey -M menuselect 'j' vi-down-line-or-history + bindkey -M menuselect 'n' vi-forward-blank-word + bindkey -M menuselect 'p' vi-backward-blank-word # Use lf to switch directories and bind it to ctrl-o diff --git a/profiles/core/neovim.nix b/profiles/core/neovim.nix index 86d4a78..0292b9a 100644 --- a/profiles/core/neovim.nix +++ b/profiles/core/neovim.nix @@ -78,6 +78,9 @@ luasnip vim-test nvim-lint + vim-surround + conform-nvim + trouble-nvim # cmp nvim-cmp diff --git a/profiles/station/nonfree.nix b/profiles/station/nonfree.nix index e9b9231..b323074 100644 --- a/profiles/station/nonfree.nix +++ b/profiles/station/nonfree.nix @@ -1,7 +1,6 @@ {pkgs, lib, ...}: with lib; { hm.home.packages = with pkgs; [ discord - slack ]; nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ |
