From eceeeda175eafcdc67d642ed2741e7fe86043fa9 Mon Sep 17 00:00:00 2001 From: Darius Brown <59292656+MrRedacted@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:27:19 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff737f5..37017c2 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ it's actually a neovim config :) - Be sure to back up any existing neovim configuration! - To download, run `git clone https://github.com/MrRedacted/dmacs.git ~/.config/nvim --depth 1` - After downloading, run `nvim` so that Lazy.nvim can bootstrap itself -- Once Lazy's downloads are done, press 'q' to exit Lazy, and then press `mi` or run `MasonInstallAll` from within neovim to install pre-configured Mason list -- Once Mason's installs are done, press 'q' once again to exit the Mason menu, and then exit neovim +- Once Lazy's downloads are done, press `q` to exit Lazy, and then press `mi` or run `MasonInstallAll` from within neovim to install pre-configured Mason list +- Once Mason's installs are done, press `q` once again to exit the Mason menu, and then exit neovim - Run `~/.config/nvim/setup.sh` to run a fix for the current issue with vue-language-server and typescript support - This may be removed in the future if it is no longer needed - Run `nvim` once more and you are ready to use dmacs!