diff options
author | Minijackson <minijackson@riseup.net> | 2023-04-28 00:04:02 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2023-04-28 00:04:02 +0200 |
commit | 9f4db9f1b43c29203fd583f4086c48b94f497950 (patch) | |
tree | 6a765d7494cf1e71bcf7df1c257897577096b939 /common | |
parent | b2915d68a9a0a3f5fb7c59c689cac6b776ab576d (diff) | |
download | nixos-config-reborn-9f4db9f1b43c29203fd583f4086c48b94f497950.tar.gz nixos-config-reborn-9f4db9f1b43c29203fd583f4086c48b94f497950.zip |
vim: use diffopt linematch:60 set EDITOR and related as normal profile var
Diffstat (limited to 'common')
-rw-r--r-- | common/vim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/vim.nix b/common/vim.nix index 89d28b7..e6c0ab8 100644 --- a/common/vim.nix +++ b/common/vim.nix | |||
@@ -198,7 +198,7 @@ in { | |||
198 | vale | 198 | vale |
199 | ]; | 199 | ]; |
200 | 200 | ||
201 | environment.sessionVariables = { | 201 | environment.variables = { |
202 | EDITOR = "nvim"; | 202 | EDITOR = "nvim"; |
203 | MANPAGER = "nvim +Man!"; | 203 | MANPAGER = "nvim +Man!"; |
204 | NEOVIDE_MULTIGRID = "true"; | 204 | NEOVIDE_MULTIGRID = "true"; |