Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.32 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.32 KB

Another Neovim Configuration

Linux badge Neovim badge top language badge

nvim screenshot

Install

Pre-requisites

Neovim

  • neovim/neovim >= 0.7.0

Language Servers

  • sumneko/lua-language-server
  • iamcco/vim-language-server
  • palantir/python-language-server

Note: see Neovim documentation on server_configurations.md for instructions on installing the above language servers.

Linux

git clone --depth 1 \
  "https://github.com/mineugene/nvim" \
  "$HOME/.config"
cd $HOME/.config/nvim && make