Skip to content

joewhite414/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joe's Neovim Config

Built from the LazyVim started template. Refer to the LazyVim documentation to get started.

If you would like to start from this repo, clone this project in your .config folder.

Installation

  • Neovim >= 0.9.0 (needs to be built with LuaJIT)
  • Git >= 2.19.0 (for partial clones support)

Bob Install

I use Bob as my Neovim version manager.

To use Bob, ensure rustup is installed. You can install here, or if you're a Windows Subsystem for Linux user run the following in your terminal, then follow the on-screen instructions to install Rust.

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

You can now install bob

You can install from source or crates.io

# Install from source
cargo install --git https://github.com/MordechaiHadad/bob.git

or

# Install from crates.io
cargo install bob-nvim

You can install the most recent version of Neovim with the following bob usage.

Note: If 0.9.5 is not the most recent version, replace it

bob install 0.9.5
bob use 0.9.5

A terminal restart may be required at this point.

Add Neovim to your path

Edit your .bashrc file. Add the following code.

export PATH="$PATH:/home/{Your-User}/.local/share/bob/nvim-bin"

You should now be met with a the new configuration when nvim is run.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages