Skip to content

Latest commit

 

History

53 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  _      __      _   ___       
 | | /| / /__ __| | / (_)_ _   
 | |/ |/ / -_|_-< |/ / /  ' \  
 |__/|__/\__/___/___/_/_/_/_/  

WesVim Version 1.1

NVIM v0.11.1
Build type: Release
LuaJIT 2.1.1744318430

Building neovim from source

Neovim releases

Install to $HOME/neovim:

rm -r build/  # clear the CMake cache
make CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$HOME/neovim"
make install
export PATH="$HOME/neovim/bin:$PATH" # add this line to .bashrc

To uninstall:

sudo rm /usr/local/bin/nvim
sudo rm -r /usr/local/share/nvim/

LSP

For an LSP to work it must be manually downloaded. See lsp/ in the nvim-lspconfig repo.

Plugins

Uses Lazy plugin manager

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages