From bef1abee85caddc87a44d52e99e25b5348b979a9 Mon Sep 17 00:00:00 2001 From: Candifloss Date: Sun, 28 Jul 2024 13:50:10 +0000 Subject: [PATCH] Update nvim/README.md --- nvim/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nvim/README.md b/nvim/README.md index 8ed0a16..80223f2 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -1,6 +1,6 @@ # Neovim editor -Very basic config -No plugins or themes yet, as I like the current(default) look. -### How to config Nvim/ Where to add the Nvim config file: -For user-specific config, put init.vim in ~/.config/nvim/ -For system-wide config, put init.vim in /etc/xdg/nvim/ \ No newline at end of file +Very basic config - no plugins or themes yet, as I like the current(default) look. +Might change later +## Nvim config file location +For user-specific config: `~/.config/nvim/init.vim` +For system-wide config: `/etc/xdg/nvim/init.vim` \ No newline at end of file