Skip to content

BPowell76/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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).