eduuh / nvim

Nvim config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Neovim and Vscode Integrations

Install in One command.

The following will install the config if you have an existing config it will movit it to ~/.config/nvim.old

This script only support Arch Ubuntu.

Install Neovim

  1. Ubuntu
sudo apt install neovim
  1. Arch

sudo pacman -S neovim
yay -S neovim-git # Latest

Clone this repo into your config.

git clone https://github.com/eduuh/nvim.git

Install python and Node Support


pit install pynvim
npm -i -g neovim

## Install Neovim remote.

```
pip install neovim-remote

👆 This will installnvr to ~/.local/bin so you will need to add the following to your bashrc or zshrc

export PATH=$HOME/.local/bin:$PATH

Install clipboard support.

  1. Arch
sudo pacman -S xsel
  1. Ubuntu
sudo apt install xsel

Program to Look into the future

ToDo

  • look at Vim gists
  • better config

About

Nvim config

License:GNU General Public License v3.0


Languages

Language:Lua 82.0%Language:TypeScript 6.4%Language:Rust 4.8%Language:JavaScript 4.4%Language:C++ 2.4%