https://github.com/lielibert/nvim
A modern Neovim configuration
https://github.com/lielibert/nvim
lazy lazyvim-config lazyvim-setup lua nvim nvim-config nvim-configs nvim-configuration vim
Last synced: 4 months ago
JSON representation
A modern Neovim configuration
- Host: GitHub
- URL: https://github.com/lielibert/nvim
- Owner: lielibert
- License: mit
- Created: 2025-08-12T16:24:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-09-18T18:53:52.000Z (4 months ago)
- Last Synced: 2025-09-18T20:04:12.393Z (4 months ago)
- Topics: lazy, lazyvim-config, lazyvim-setup, lua, nvim, nvim-config, nvim-configs, nvim-configuration, vim
- Language: Lua
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **Introduction**
This is a **ready to go** nvim lua configuration using **Lazy Plugin Manager** that you can clone in your **.config/** folder to use.
Best for C/CPP & rust & python.
This is some-what lightweight ... also 😅.
## Install and setup
```
cd ~/.config && git clone https://github.com/lielibert/nvim.git
```
## Folder Structure
```
.
├── LICENSE
├── README.md
├── init.lua
├── lazy-lock.json
└── lua
├── keymaps
└── plugins
```
## Plugins
> - For Quality of Life > snacks
>
> - For Theme > tokyonight
>
> - For Error Detection > mason , lspconfig , nvim-lint and more
>
> - For Debuging > nvim-dap + UI
>
> - For Completion > blink
>
> - Also contain features like multicursor & comment & tabout & rainbow brackets indent
>
> - Also contain Plugin for AI , can enable it in init.lua file
>
> - Use browser for AI chat , nothing is perfect
#### May be usefull...
-- Install a clipboard like xclip for x11 or wl-clipboard for wayland and a clipboard manager
-- Can also use kitty terminal or something like that which allow ssh copying
-- This works best in arch-linux
-- I will try to make its a guide for keybindings for now you can use which-key plugins.