Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mawkler/nvim
My Neovim configuration
https://github.com/mawkler/nvim
dotfiles linux lua neovim neovim-config vim
Last synced: about 1 month ago
JSON representation
My Neovim configuration
- Host: GitHub
- URL: https://github.com/mawkler/nvim
- Owner: mawkler
- License: other
- Created: 2021-12-31T13:27:38.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T14:05:56.000Z (about 2 months ago)
- Last Synced: 2024-10-29T17:13:53.511Z (about 2 months ago)
- Topics: dotfiles, linux, lua, neovim, neovim-config, vim
- Language: Lua
- Homepage:
- Size: 1.21 MB
- Stars: 46
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# My Neovim configuration
![Neovim screenshot](https://user-images.githubusercontent.com/15816726/147858310-10f08157-8f95-403a-9065-a00c07cfa5b3.png)
## Installation
1. Install [Neovim](https://github.com/neovim/neovim/releases/)
2. ```sh
# Clone this repository to ~/.config/nvim/
git clone https://github.com/mawkler/nvim/ ~/.config/nvim/
# Clone lazy.nvim
git clone --depth 1 --filter=blob:none --branch=stable \
https://github.com/folke/lazy.nvim.git \
~/.local/share/nvim/lazy/lazy.nvim
# Install python module for Neovim
pip install --user neovim
# Launch Neovim and let lazy.nvim do its thing
nvim
```My other dotfiles are available [here](https://github.com/mawkler/dotfiles).