Skip to content

EvolveBeyond/NvPak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NvPak

NvPak Nvim Config. The purpose of creating this config is not to create a ready-made neovim for new users, the goal is to create something that every normal user does for config.
If you intend to configure neovim, you will spend a lot of time collecting plugins, all neovim configurations or distributions try to help you by creating a perfect configuration, but I do not intend to help you by creating this configuration.
Rather, I will give you a background to increase your speed in making your own configuration.
It has been tried that all the plugins are installed at their basic level.
and only a valid configuration has been done for it (as much as needed), also it has been tried to use the simplest neovim plugins as much as possible (lua plugins), But this basic configuration may be enough for your use.

Requirements

In order to make the best use of this config, you must meet the following prerequisites.

  • NVIM v0.7 or later versions
  • unzip
  • curl
  • npm
  • fd
  • for clipboard xclip or xsel for xorg and wl-clipboard for wayland
  • git
  • bash or dash and for windows PowerShell v5.1 or later
  • just for windows Scoop.sh
  • Nerd fonts

Screenshots

Show

full

autocompelet

Default

NeoVide

CmdLine

debug

Installation

Unix :

git clone --depth 1 https://github.com/Pakrohk-DotFiles/NvPak.git ~/.config/nvim && nvim 

Windows :

scoop bucket add extras
scoop install lazygit
(git clone --depth 1 https://github.com/Pakrohk-DotFiles/NvPak.git  ~\AppData\Local\nvim\) -and (nvim)

Usage:

If the software plugins are not installed automatically after the first run! Proceed as follows.

Run

:PackerSync

Also, if tabnine doesn't show you any offers, just log in to your account.

Run

:CmpTabnineHub

inside nvim to install the packages.
Then restart nvim and enjoy.

Do you intend to help the progress of the project?

Great projects are not created by just one person.
So please, if you use this project, try to help its development.
Even if you don't have enough knowledge, you can help me troubleshoot it, just go to the issues tab.
Also, if you plan to help me in developing features and solving bugs, just go to Projects tab. Footer