https://github.com/malcret/nvim-config
My Neovim config, it should be fast and well featured for programming.
https://github.com/malcret/nvim-config
ide lua nvim
Last synced: about 1 year ago
JSON representation
My Neovim config, it should be fast and well featured for programming.
- Host: GitHub
- URL: https://github.com/malcret/nvim-config
- Owner: Malcret
- License: gpl-3.0
- Created: 2023-03-24T09:54:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T16:40:35.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T00:06:56.105Z (almost 2 years ago)
- Topics: ide, lua, nvim
- Language: Lua
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neovim Config
> [!WARNING]
> Deprecated, use [nulVim](https://github.com/Malcret/nulVim) instead!
Just my Neovim config, mainly used for dev.
The goal was to have something fast, small, ergonomic and with everything I need to code in a comfortable environment.
I hope I succeeded...


## ✨ Features
- Fast (or at least it should be...)
- Syntax highlighting
- Auto-completion with LSP
- Debugger (DAP) with VSCode Tasks and VSCode Launch integration
- TODO comments
- Fuzzy finder
- Etc...
## ⚡️ Requirements
- Neovim >= 0.9.0
- Git >= 2.19.0 (for partial clone)
- a [Nerd Font](https://www.nerdfonts.com/) (for nice icons)
- a C compiler (to build stuff)
- Make (also to build stuff)
- Cargo (for some LSP)
- npm (for some LSP)
## 📦 Installation
Just clone the repo in your empty Neovim config directory.
## 🚀 Usage
Well, [which-key](https://github.com/folke/which-key.nvim) is installed and the config is relatively small and sorted by plugin, so just look at the config files...
## 🖼️ More Images
### 🪲 Debugger

### 🔎 Fuzzy Finder

### 📁 File Browser
