Skip to content

y9c/myneovim.lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neovim config by pure lua

How to use?

  • install the lastest version of neovim from source
git clone https://github.com/neovim/neovim.git --depth 1
make CMAKE_BUILD_TYPE=RelWithDebInfo
make install
  • clone this repo into your nvim config
mv ~/.config/nvim ~/.config/nvim.bak
git clone https://github.com/yech1990/myneovim.lua.git ~/.config.nvim --depth 1
  • run command in nvim
:PackerUpdate
:LspUpdate
:TSUpdate