Skip to content

Zwlin98/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages