Update to use LazyVim default plugins

Remove NatDat
Update README to include fzf
This commit is contained in:
Emma Turner
2024-12-18 11:11:36 -07:00
parent 2ef4d3cd6a
commit ae6dcffa27
5 changed files with 6 additions and 19 deletions

View File

@@ -21,13 +21,14 @@ If using Neovim from the terminal, ensure the terminal font is set to CaskaydiaC
- ripgrep
- fd
- fzf
- nodeJs
- used for installing jsonls, an lsp used for nvim config.
These programs can all be installed with `winget`.
``` powershell
winget install BurntSushi.ripgrep.MSVC sharkdp.fd OpenJS.NodeJS
winget install BurntSushi.ripgrep.MSVC sharkdp.fd fzf OpenJS.NodeJS
```
Neovim and Git can also be installed this way.