Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magi3r/nvim
https://github.com/magi3r/nvim
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/magi3r/nvim
- Owner: Magi3r
- Created: 2024-01-26T23:34:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-27T20:20:58.000Z (11 months ago)
- Last Synced: 2024-10-13T01:29:32.553Z (3 months ago)
- Language: Lua
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neovim Configuration
This is my personal Neovim configuration. It's set up to use lazy.nvim as the plugin manager.
It is based on [kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim), but split up in different files loosely inspired by [this video](https://youtu.be/4zyZ3sw_ulc?t=420).## File Structure
- `init.lua`: Main configuration file for Neovim.
- `lua/plugins/*.lua`: Configuration for Neovim plugins.
- `lua/settings.lua`: General settings for Neovim.
- `lua/keymappings.lua`: Key mappings for Neovim.## Plugins
I have a bunch of plugins installed and they will probably change a few times until i find my perfect setup (maybe even after that).See `lua/plugins/`.
## Key Mappings
See `lua/keymappings.lua`.
## General Settings
See `lua/settings.lua`.