From b9a14043f1ccc73d138767ab9bc853625cf0e845 Mon Sep 17 00:00:00 2001 From: whitney-server Date: Sun, 22 Sep 2024 05:29:26 +0000 Subject: [PATCH] update README --- neovim/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neovim/README.md b/neovim/README.md index fc4649d..13e1e19 100644 --- a/neovim/README.md +++ b/neovim/README.md @@ -27,8 +27,8 @@ My nvim configuration for neovim on ubuntu. Sort of superceded by nvim config. 2. Ensure that the nvim runtimepath is correctly configured to include `~/.config.nvim`. You can check that by executing this nvim command: `:echo &runtimepath`. 3. Both `init.lua` as well as the `lua/` folder and its contents should be symlinked to `~/.config/nvim` (Might need to create the nvim folder if first time). -- `ln -sfn /path/to/dotfiles/nvim/init.lua ~/.config/nvim/init.lua` -- `ln -sfn /path/to/dotfiles/nvim/lua ~/.config/nvim/lua` +- `ln -sfn /path/to/dotfiles/neovim/init.lua ~/.config/nvim/init.lua` +- `ln -sfn /path/to/dotfiles/neovim/lua ~/.config/nvim/lua` The next time vim is opened, the config changes will apply. ### Configuration