You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2024-8-6-what-is-new-on-4-0.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ You can check the full diff on GitHub [here](https://github.com/NormalNvim/Norma
15
15
<!-- truncate -->
16
16
17
17
## New features
18
-
* ✨feat(`language support`): 24+ progamming languages are now included out of the box with lsp, linter, formatter, compiler, and debugger, preconfigured. So you can just start coding without having to setup anything.
19
18
* ✨feat(`web`): We now have a website for the distro.
20
19
* ✨feat(`installer`): We now have an automated installer. See [here](https://github.com/NormalNvim/NormalNvim/releases/tag/v3.6.0).
21
20
* ✨feat(`yazi`): New file manager as drop-in replacement for `ranger`. Written in rust and 100% async.
@@ -52,8 +51,9 @@ You can check the full diff on GitHub [here](https://github.com/NormalNvim/Norma
52
51
* ✨feat(`dap`): The debugger now supports typescript, javascript, and react JSX.
53
52
* ✨feat(`mappings`): new keymapping `space + b + a` to write all buffers.
54
53
* ✨feat(`notifications`): Are now automatically dismissed when writing the buffer.
55
-
* ✨feat(`Compiler.nvim v3`): now ship a total of 128 compilation options for 22+ programming languages. This has been the product of 2+ months of full time effort, so please enjoy it.
54
+
* ✨feat(`compiler.nvim v3`): now ship a total of 128 compilation options for 22+ programming languages. This has been the product of 2+ months of full time effort, so please enjoy it.
56
55
* ✨feat(`right click contextual menu`): We now ship it by default and can be customized in the autocmds file.
56
+
* ✨feat(`language support`): 24+ progamming languages are now included out of the box with lsp, linter, formatter, compiler, and debugger, preconfigured. So you can just start coding without having to setup anything.
57
57
58
58
## Minor fixes
59
59
* 🐛fix(`highlight-undo.nvim`): config adapted to their latest version. Colors are now consistent.
@@ -62,7 +62,7 @@ You can check the full diff on GitHub [here](https://github.com/NormalNvim/Norma
62
62
* 🐛fix(`lsp`): This version fix rare border cases where LSP mappings were not added correctly (remarkably, on java).
63
63
* 🐛fix(`formatting`): The mapping Space + l + f now run :checktime to reflect the changes in the editor immediately.
64
64
* 🐛fix(`aerial`): Now open correctly even when the cursor is over Neotree (or any nofile buffer).
65
-
* 🐛fix(`compiler.nvim`): the command :CompilerRedo now works correctly with build automation utilities.
65
+
* 🐛fix(`compiler.nvim`): the command `:CompilerRedo` now works correctly with build automation utilities.
66
66
* 🐛fix(`heirline-components`) buffer.wipe now closes all sidebars before the last window is closed.
67
67
* 🐛fix(`markdown-preview.nvim`): Starting this plugin by filetype is a requirement, so we do it now.
0 commit comments