From be937b44978b1f79a23cf84a22b0b5e93d0a68f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sat, 3 Jun 2023 20:26:41 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20switch=20from=20neovim=20t?= =?UTF-8?q?o=20micro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/neodymium/home/packages.nix | 2 +- hosts/neodymium/home/shell/default.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/neodymium/home/packages.nix b/hosts/neodymium/home/packages.nix index 535e7fd..5cacc1d 100644 --- a/hosts/neodymium/home/packages.nix +++ b/hosts/neodymium/home/packages.nix @@ -24,7 +24,7 @@ keepassxc # password manager logseq # second brain journalling mpv # video viewer - neovim # text editor + micro # text editor nil # nix language server nixfmt # nix formatter pamixer # volume mixer cli diff --git a/hosts/neodymium/home/shell/default.nix b/hosts/neodymium/home/shell/default.nix index a12e431..b0f7441 100644 --- a/hosts/neodymium/home/shell/default.nix +++ b/hosts/neodymium/home/shell/default.nix @@ -55,9 +55,9 @@ in { enableSyntaxHighlighting = true; enableCompletion = true; sessionVariables = { - MANPAGER = "nvim +Man!"; - VISUAL = "nvim"; - EDITOR = "nvim"; + MANPAGER = "micro"; + VISUAL = "micro"; + EDITOR = "micro"; WORDCHARS = "*?_-.[]~=&;!#$%^(){}<>"; }; history = {