https://github.com/mario-so/mnvim
Will try to keep as minimal as possible
https://github.com/mario-so/mnvim
Last synced: 2 months ago
JSON representation
Will try to keep as minimal as possible
- Host: GitHub
- URL: https://github.com/mario-so/mnvim
- Owner: Mario-SO
- Created: 2022-10-24T21:34:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T15:38:37.000Z (over 2 years ago)
- Last Synced: 2025-02-06T12:19:52.116Z (4 months ago)
- Language: Lua
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimal NeoVim
## What this config aims
The goal of this custom neovim config is to provide a bare minimun set of configurations for a non-professional developer to carry out his projects in a more efficient way.## What it includes
[x] Copilot[x] Treesitter for better highlighting
[x] Code formatter (Working on it)
[x] Telescope with a couple of simple keybinds
[x] Lualine statusbar
[x] Dracula theme
[x] Transparency (if not desired, just comment a single line of code)
[x] Full lua config structure
## What it won't include
[ ] LSP completions (You have copilot + google, no need for more)
[ ] Fancy menus everywhere
[ ] Unlimited set of default keybindings you will never learn (you have the bare minimun ultra basics, you can always add more)