Skip to content

sahilshah379/Nvim-Configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linux Installation Instructions for Neovim

1. Install Neovim

  • Follow the "Pre-built archives" section from the official guide:
    Neovim Installation Guide

  • Add alias to .bashrc:

    echo "alias n='nvim'" >> ~/.bashrc
    source ~/.bashrc
  • Verify Neovim installation:

    nvim --version

2. Install Dependencies

ripgrep

sudo apt-get install ripgrep

fzf

sudo apt install fzf

zoxide

curl -sSfL https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | sh

Add the following to your ~/.bashrc:

echo 'export PATH=$PATH:~/.local/bin' >> ~/.bashrc
echo 'eval "$(zoxide init bash)"' >> ~/.bashrc
source ~/.bashrc

Claude

curl -fsSL https://claude.ai/install.sh | bash

To login, run:

claude

3. Set Up Neovim Configuration

  • Clone your Neovim config:

    cd ~/.config
    git clone https://github.com/sahilshah379/Nvim-Configuration.git
    mv Nvim-Configuration/ nvim/

About

Nvim Configuration Using Lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages