mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-14 00:26:54 +00:00
Merge 92343fcf09 into 5727a5b9a7
This commit is contained in:
commit
c04d70e381
8 changed files with 364 additions and 105 deletions
|
|
@ -133,6 +133,11 @@
|
|||
- Turned `omnisharp-extended-lsp-nvim` into an extension disabled by default
|
||||
- Turned `csharpls-extended-lsp-nvim` into an extension disabled by default
|
||||
|
||||
[sjcobb2022](https://github.com/caueanjos)
|
||||
|
||||
- Rust module is now no longer dependant on `rustaceanvim` by default. Use
|
||||
`vim.languages.rust.extensions.rustaceanvim.enable` if needed.
|
||||
|
||||
## Changelog {#sec-release-0-9-changelog}
|
||||
|
||||
[bovf](https://github.com/bovf):
|
||||
|
|
@ -610,4 +615,10 @@ https://github.com/gorbit99/codewindow.nvim
|
|||
- Add `prettier` and `prettierd` as supported formatters to
|
||||
`vim.languages.json`.
|
||||
|
||||
[sjcobb2022](https://github.com/sjcobb2022)
|
||||
|
||||
- Modernize rust toolchain by defaulting to a `rustaceanvim` free default
|
||||
configuration. Enabled via configuration
|
||||
`vim.languages.rust.extensions.rustaceanvim.enable`.
|
||||
|
||||
<!-- vim: set textwidth=80: -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue