Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yarnus/nvim
personal neovim config
https://github.com/yarnus/nvim
configuration neovim
Last synced: 3 months ago
JSON representation
personal neovim config
- Host: GitHub
- URL: https://github.com/yarnus/nvim
- Owner: Yarnus
- License: mit
- Created: 2021-10-31T10:00:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T02:38:20.000Z (6 months ago)
- Last Synced: 2024-08-15T03:39:44.299Z (6 months ago)
- Topics: configuration, neovim
- Language: Lua
- Homepage:
- Size: 431 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
![nvim](https://img.shields.io/badge/require%20neovim-v0.9.0-red)
![language](https://img.shields.io/github/languages/top/Yarnus/nvim)
![last commit](https://img.shields.io/github/last-commit/Yarnus/nvim?color=yellow)- My personal nvim configuration written in lua.
![preview](https://i.imgur.com/RvVBoFm.png)# Credit
- This project is originally base on [Avimitin/nvim](https://github.com/Avimitin/nvim) ( I highly recommend it to be your first template.)
- It's originally inspired by
- [glepnir/nvim](https://github.com/glepnir/nvim)
- [jdhao/nvim-config](https://github.com/jdhao/nvim-config)Anyway, take a look at their contribution, which is really fantastic.
# Installation
1. neovim v0.9 or later (please follow [neovim installation](https://github.com/neovim/neovim/wiki/Installing-Neovim).)
2. nerdfont (most of chars are based on nerd font, therefore it's highly recommended to install [nerdfont](https://www.nerdfonts.com/font-downloads) for impressive icon support.)
3. other neovim dependency (for more details, please use `:checkhealth` in neovim.)
- Install `pip3` and run `pip3 install --user pynvim`
- Install `node` and run `npm install -g neovim`
4. ensure what language servers you need, and make it executable