update Windows docs

This commit is contained in:
Oliver Ladner 2024-01-22 22:51:19 +01:00
commit c1db87848d
2 changed files with 6 additions and 5 deletions

View file

@ -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

View file

@ -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
--]]