Skip to content

lielibert/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

50 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.

Note

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.

Releases

No releases published

Packages

No packages published

Languages