Yarnus / nvim

personal neovim config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

nvim language last commit

  • My personal nvim configuration written in lua. preview

Credit

Anyway, take a look at their contribution, which is really fantastic.

Installation

  1. neovim v0.9 or later (please follow neovim installation.)
  2. nerdfont (most of chars are based on nerd font, therefore it's highly recommended to install nerdfont 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
  1. ensure what language servers you need, and make it executable

About

personal neovim config

License:MIT License


Languages

Language:Lua 85.7%Language:Vim Script 14.3%