diff --git a/README.md b/README.md index 63bb728..1cf5dfb 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,17 @@ plugins etc. and have "my own" config that only includes things I really need. ## Installation 1. Install Neovim 0.9.x -1. Install OS dependencies documented in `init.lua` -1. Clone this Git repository to `~/.config/nvim` +1. Install macOS/Windows dependencies documented in `init.lua` +1. Clone this Git repository to + 1. `~/.config/nvim` when on macOS/Linux + 1. `c:\Users\foobar\AppData\Local\nvim` when on Windows ### Finishing touches -- Install Treesitter comment parser (to highlight `FIXME:/NOTE:/TODO:/XXX:`) - with `:TSInstall comment` - Create a `$HOME/.ignore` file and add big, useless directories to it, so Telescope/ripgrep/fd can ignore those. My current list of files/directories is available in `lua/weeheavy/plugins/telescope-fzf-native.lua` +- Install Mason LSP/linter/formatters in the table down ## Speed diff --git a/init.lua b/init.lua index 9e68290..5208b84 100644 --- a/init.lua +++ b/init.lua @@ -17,7 +17,7 @@ See https://blog.nikfp.com/how-to-install-and-set-up-neovim-on-windows - zig, wget, unzip, git, fzf - make, mingw, cmake (https://github.com/nvim-telescope/telescope-fzf-native.nvim#installation) -Then run "make" in your users telescope-fzf-native plugin directory (e.g. +Then run "make" in your users telescope-fzf-native plugin directory: C:\Users\foobar\AppData\Local\nvim-data\lazy\telescope-fzf-native.nvim --]]