Skip to content
/ nvim Public

Yet another nvim config using LazyVim

License

Notifications You must be signed in to change notification settings

icadariu/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config created out of 💤 LazyVim

Installation

  • Packages:

    sudo apt install ripgrep python3-neo cargo python3-yamlfix
  • Having Node installed in $HOME is a nice feature, but not really required

    # Ref: https://johnpapa.net/node-and-npm-without-sudo/
    # https://nodejs.org/en/download/prebuilt-binaries
    node_version='v22.9.0'
    
    mkdir -p $HOME/tools && cd $HOME/tools
    
    wget https://nodejs.org/dist/${node_version}/node-${node_version}-linux-x64.tar.xz
    # extract node to a custom directory, the directory should exist.
    tar xvf node-${node_version}-linux-x64.tar.xz --directory=$HOME/tools
    
    # add node path in .zshrc
    export PATH="$HOME/tools/node-${node_version}-linux-x64/bin:$PATH"
    
    mkdir -p $HOME/.npm-packages
    npm config set prefix ~/.npm-packages

About

Yet another nvim config using LazyVim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages