Skip to content

zhzhqian/os_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neovim config

Clone the repo and prepare the enviroments

git clone https://github.com/Zwlin98/nvim ~/.config/nvim

git clone --depth 1 https://github.com/wbthomason/packer.nvim\ ~/.local/share/nvim/site/pack/packer/start/packer.nvim

cd ~/.config/nvim && python -m venv nvim-python

cd $HOME && ./.config/nvim/nvim-python/bin/python3 -m pip install pynvim

pacman -S lua-language-server or download from https://github.com/luals/lua-language-server


## In vim command line

```vim
#install the plugin
:PackerSync
#ensure neovim work properly
:checkheath

No LSP version is on branch no-lsp.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors