Zwlin98 / nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvim configuration

features

  • manage plugin with lazy.nvim
  • well structured configuration files
  • keymap optimized for HHKB
  • support truecolor and neovide

install

clone the repo and prepare the enviroments

# clone this repo
git clone https://github.com/Zwlin98/nvim.git ~/.config/nvim
# create a python enviroments for neovim (optional)
cd ~/.config/nvim && python -m venv nvim-python
cd $HOME && ./.config/nvim/nvim-python/bin/python3 -m pip install pynvim
# init neovim automatically
nvim

in vim command line

" ensure neovim work properly
:checkheath

dependencies

language servers

formatters

About


Languages

Language:Lua 100.0%