mandarvaze / NvPak

Pakrohk Nvim Config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • fd
  • 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

install

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)

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.\

About

Pakrohk Nvim Config

License:MIT License


Languages

Language:Lua 100.0%