From 6939a13ae08329ee51771a2cf407f1f82b3b0a5d Mon Sep 17 00:00:00 2001 From: afranco Date: Thu, 15 Dec 2022 04:21:08 +0000 Subject: [PATCH] chore: Changed myTextEditor from vim to neovim --- .config/xmonad/xmonad.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/xmonad/xmonad.lhs b/.config/xmonad/xmonad.lhs index 73a7380..e4b45f9 100644 --- a/.config/xmonad/xmonad.lhs +++ b/.config/xmonad/xmonad.lhs @@ -41,7 +41,7 @@ \subsubsection{App Variables} \begin{code} myTerminal = "alacritty" - myTextEditor = "vim" + myTextEditor = "nvim" myWebBrowser = "firefox" \end{code}