Skip to content

Commit cfc6a94

Browse files
committed
text
1 parent 66c9227 commit cfc6a94

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

blog/2024-8-6-what-is-new-on-4-0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ You can check the full diff on GitHub [here](https://github.com/NormalNvim/Norma
1515
<!-- truncate -->
1616

1717
## 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.
1918
* ✨feat(`web`): We now have a website for the distro.
2019
* ✨feat(`installer`): We now have an automated installer. See [here](https://github.com/NormalNvim/NormalNvim/releases/tag/v3.6.0).
2120
* ✨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
5251
* ✨feat(`dap`): The debugger now supports typescript, javascript, and react JSX.
5352
* ✨feat(`mappings`): new keymapping `space + b + a` to write all buffers.
5453
* ✨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.
5655
* ✨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.
5757

5858
## Minor fixes
5959
* 🐛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
6262
* 🐛fix(`lsp`): This version fix rare border cases where LSP mappings were not added correctly (remarkably, on java).
6363
* 🐛fix(`formatting`): The mapping Space + l + f now run :checktime to reflect the changes in the editor immediately.
6464
* 🐛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.
6666
* 🐛fix(`heirline-components`) buffer.wipe now closes all sidebars before the last window is closed.
6767
* 🐛fix(`markdown-preview.nvim`): Starting this plugin by filetype is a requirement, so we do it now.
6868
* 🐛fix(`osx`): is not detected as android anymore

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: How to install NormalNvim on various operating systems.
88
* There are 3 ways to install NormalNvim.
99

1010
## 🤷‍♂️ Automatic installer (Linux/MacOS/WSL)
11-
You can preview it [here](https://github.com/NormalNvim/installer)
11+
You can preview it [here](https://github.com/NormalNvim/installer).
1212
```sh
1313
wget -q https://raw.githubusercontent.com/NormalNvim/installer/main/installer.sh && chmod +x installer.sh && ./installer.sh
1414
```

0 commit comments

Comments
 (0)