wrapper: disableDefaultRuntimePaths

---
Co-authored-by: NotAShelf <raf@notashelf.dev>
This commit is contained in:
Ching Pei Yang 2024-10-14 14:21:35 +03:00 committed by NotAShelf
commit f5d33f6a53
Signed by: NotAShelf
GPG key ID: AF26552424E53993
3 changed files with 25 additions and 49 deletions

View file

@ -93,6 +93,9 @@ everyone.
- Add dap-go for better dap configurations
- Make noice.nvim customizable
- Standardize border style options and add custom borders
- Remove `vim.disableDefaultRuntimePaths` in wrapper options.
- As nvf uses `$NVIM_APP_NAME` as of recent changes, we can safely assume any
configuration in `$XDG_CONFIG_HOME/nvf` is intentional.
[rust-tools.nvim]: https://github.com/simrat39/rust-tools.nvim
[rustaceanvim]: https://github.com/mrcjkb/rustaceanvim
@ -270,4 +273,5 @@ everyone.
[ksonj](https://github.com/ksonj):
- Add LSP support for Scala via [nvim-metals](https://github.com/scalameta/nvim-metals)
- Add LSP support for Scala via
[nvim-metals](https://github.com/scalameta/nvim-metals)