Skip to content

Commit

Permalink
Добавлено: Neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Oct 15, 2023
1 parent 5f56347 commit 5f9dda9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export default defineConfig({
{ text: 'Libreoffice', link: '/libreoffice' },
{ text: 'Loupe', link: '/loupe' },
{ text: 'Neofetch', link: '/neofetch' },
{ text: 'Neovim', link: '/neovim' },
{ text: 'Nodejs', link: '/nodejs' },
{ text: 'Nvidia', link: '/nvidia' },
{ text: 'Opera', link: '/opera' },
Expand Down
20 changes: 20 additions & 0 deletions docs/neovim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Neovim

Neovim — это форк Vim, направленный на улучшение кодовой базы, упрощающий реализацию API, улучшающий пользовательский интерфейс и реализацию плагинов. Редакторы, подобные Helix, вдохновлялись Neovim.

## Установка из репозитория

**Neovim** можно установить любым привычным и удобным способом

**Установка через терминал**
::: code-group

```shell[apt-get]
su -
apt-get update
apt-get install neovim
```
```shell[epm]
epm -i neovim
```
:::

0 comments on commit 5f9dda9

Please sign in to comment.