From eb653d1196d2fe6447134c5440f10d6698388d1f Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Tue, 6 Feb 2024 14:36:44 +0100 Subject: [PATCH] Missing NVIM_APPNAME typo --- content/software/nvim-configure.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/software/nvim-configure.md b/content/software/nvim-configure.md index 087f460..15482cd 100644 --- a/content/software/nvim-configure.md +++ b/content/software/nvim-configure.md @@ -195,11 +195,11 @@ vim.g.ip_skipfold=true ``` Once all of that is done, at this point of time, I started moving to use the -configuration by exporting `NVIM_APP=new_nvim` inside my `.zshrc`. The idea is -that now I bootstrapped my Neovim config to proficiently edit the configuration, -which in lua also uses LSP and many of `kickstart.nvim` features. During this -process I notice what I liked and disliked to know how to edit the configuration -while editing the configuration. +configuration by exporting `NVIM_APPNAME=new_nvim` inside my `.zshrc`. +The idea is that now I bootstrapped my Neovim config to proficiently edit the +configuration, which in lua also uses LSP and many of `kickstart.nvim` features. +During this process I notice what I liked and disliked to know how to edit the +configuration while editing the configuration. ## Importing my former configuration