1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

docs: use official names of NixOS, Home Manager and nix-darwin

This commit is contained in:
Axel Karjalainen 2025-10-17 19:39:25 +03:00 committed by Matt Sturgeon
parent e006fa229c
commit 4c4cac6445
11 changed files with 22 additions and 22 deletions

View file

@ -48,7 +48,7 @@ lib.nixvim.plugins.mkVimPlugin {
set -g @plugin 'christoomey/vim-tmux-navigator'
```
If you're using nixos or home-manager to manager tmux, you can use the `programs.tmux.plugins` option for this:
If you're using NixOS or Home Manager to manager tmux, you can use the `programs.tmux.plugins` option for this:
```nix
plugins.tmux.plugins = [
@ -60,7 +60,7 @@ lib.nixvim.plugins.mkVimPlugin {
Alternatively, you can specify the keybinding in your tmux config.
If you're using nixos or home-manager to manager tmux, you can use the `programs.tmux.extraConfig` option for this.
If you're using NixOS or Home Manager to manager tmux, you can use the `programs.tmux.extraConfig` option for this.
Example config from the [upstream docs]: