Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcos-aparicio/nvim-config
My customized neovim plugins, mappings and more for staying productive as a developer (or wasting time trying to)
https://github.com/marcos-aparicio/nvim-config
lua neovim neovim-config neovim-configuration nvim
Last synced: 4 days ago
JSON representation
My customized neovim plugins, mappings and more for staying productive as a developer (or wasting time trying to)
- Host: GitHub
- URL: https://github.com/marcos-aparicio/nvim-config
- Owner: marcos-aparicio
- Created: 2023-04-24T03:04:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-14T23:19:38.000Z (4 months ago)
- Last Synced: 2024-07-15T00:28:34.780Z (4 months ago)
- Topics: lua, neovim, neovim-config, neovim-configuration, nvim
- Language: Lua
- Homepage:
- Size: 363 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Nvim Config
repo to show my nvim plugins, remappings and all that stuff. Hopefully this repo will be merge to a dotfiles repo at some point.
> :warning: **This config allows a basic version of bootstraping.** However, the first time you run this, only some configurations will load since all plugins are being download. When opening neovim again, everything should work fine ( nvim-treesitter configs might take a while to load the second time you open neovim with this config but after that it works fine )
> :warning: **be sure to install the needed formatters(stylua)**
> `mappings.lua` will have mappings not dependant on any extensions and will export functions for better mapping creation(those functions will be used to add mappings that depend on extensions based on that extensions config file) depending on if that extension is a neovim or vim one