update Windows docs
This commit is contained in:
parent
ca3f2997e1
commit
c1db87848d
2 changed files with 6 additions and 5 deletions
|
|
@ -10,16 +10,17 @@ plugins etc. and have "my own" config that only includes things I really need.
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Install Neovim 0.9.x
|
1. Install Neovim 0.9.x
|
||||||
1. Install OS dependencies documented in `init.lua`
|
1. Install macOS/Windows dependencies documented in `init.lua`
|
||||||
1. Clone this Git repository to `~/.config/nvim`
|
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
|
### 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
|
- 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
|
Telescope/ripgrep/fd can ignore those. My current list of files/directories is
|
||||||
available in `lua/weeheavy/plugins/telescope-fzf-native.lua`
|
available in `lua/weeheavy/plugins/telescope-fzf-native.lua`
|
||||||
|
- Install Mason LSP/linter/formatters in the table down
|
||||||
|
|
||||||
## Speed
|
## Speed
|
||||||
|
|
||||||
|
|
|
||||||
2
init.lua
2
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
|
- zig, wget, unzip, git, fzf
|
||||||
- make, mingw, cmake (https://github.com/nvim-telescope/telescope-fzf-native.nvim#installation)
|
- 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
|
C:\Users\foobar\AppData\Local\nvim-data\lazy\telescope-fzf-native.nvim
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue