diff --git a/index.html b/index.html new file mode 100644 index 0000000..eaa87ce --- /dev/null +++ b/index.html @@ -0,0 +1,212 @@ + + + +
+ + +
+
+
+
+
modular.nvim targets only the latest + stable and + nightly versions of Neovim. + Make sure you have the latest versions installed if you're experiencing issues. +
+ +git
, make
, unzip
, C Compiler (gcc
)NOTE: Backup your previous configuration (if any exists)
+mv ~/.config/nvim ~/.config/nvim.bak
+ mv ~/.local/share/nvim ~/.local/share/nvim.bak
+ mv ~/.local/state/nvim ~/.local/state/nvim.bak
+ mv ~/.cache/nvim ~/.cache/nvim.bak
+
+ Neovim's configurations are located under the following paths, depending on your OS:
+OS | +Path | +
---|---|
Linux, MacOS | +$XDG_CONFIG_HOME/nvim , ~/.config/nvim |
+
Windows (cmd) | +%localappdata%\nvim |
+
Windows (powershell) | +$env:LOCALAPPDATA\nvim |
+
git clone https://github.com/masajinobe-ef/modular.nvim.git
+ "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
+ If you're using cmd.exe
:
git clone https://github.com/masajinobe-ef/modular.nvim.git "%localappdata%\nvim"
+ If you're using powershell.exe
:
git clone https://github.com/masajinobe-ef/modular.nvim.git "${env:LOCALAPPDATA}\nvim"
+
+ Start Neovim
+nvim
+ That's it! Lazy will install all the plugins you have. Use :Lazy
to view
+ current plugin status. Hit q
to close the window.
sudo dnf install -y gcc make git ripgrep fd-find unzip neovim
+ sudo pacman -S --noconfirm --needed gcc make git ripgrep fd unzip neovim
+ Based on Kickstart.nvim. + This project is licensed under MIT. Please refer to the LICENSE file for detailed + license information. +
+Клавиша | +Описание | +
---|---|
Telescope | ++ |
leader + f | +Поиск файлов | +
leader + p | +Поиск проекта | +
leader + b | +Поиск буфера | +
leader + h | +Поиск по истории | +
leader + r | +Поиск текста | +
leader + k | +Поиск по ключевым картам | +
Harpoon | ++ |
leader + h | +Меню Harpoon | +
leader + a | +Добавить файл в Harpoon | +
C-1 | +Первый файл Harpoon | +