https://github.com/mswell/nvim
https://github.com/mswell/nvim
neovim nvim nvim-configs nvim-lua nvimrc vim
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mswell/nvim
- Owner: mswell
- License: apache-2.0
- Created: 2022-12-12T01:25:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-23T01:33:10.000Z (4 months ago)
- Last Synced: 2026-02-23T07:47:19.992Z (4 months ago)
- Topics: neovim, nvim, nvim-configs, nvim-lua, nvimrc, vim
- Language: Lua
- Homepage:
- Size: 570 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG_KEYMAPS.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# My neovim config file
My nvim config using [Launch.nvim](https://github.com/LunarVim/Launch.nvim) as base :)
## Install Neovim
```bash
wget -q -O - --no-check-certificate https://raw.githubusercontent.com/LunarVim/LunarVim/rolling/utils/installer/install-neovim-from-release | bash
```
## How to use
### Clone this repo
```bash
git clone https://github.com/mswell/nvim.git ~/.config/nvim
```
and start `nvim` to install all plugins and fun :)
MIT
©
Wellington Moraes