Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.31 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.31 KB

Purpose

Put this together for my own use to use across machines at different locations. Sharing for anyone that wants to use it.

Neovim Installation Script

The shell script build-install-neovim.sh allows for an automated installation process of various Neovim releases. You specify the release version of Neovim as found on the repo's releases page to install and it builds from source the package. The script does not, however, verify the SHA256 Checksum of the tar file.

Plugins

Manager

The primary plugin manager used is vim-plug.

Neovim Modifiers

LSP/Linting/Formatting

Known Issues

telescope.load_extension('fzf') seems to cause some issues when installed on a fresh environment (tested on WSL).