Skip to content

bimbaquingoch/newNvcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is forked from LunarVim

NVCode pic

Commands

Commands Vim

Commands Linux

Firts make sure have installed neovim 0.5 or higher, nodejs and python 3

Install the latest version of Neovim

Ubuntu

sudo add-apt-repository ppa:neovim-ppa/unstable
sudo apt-get update
sudo apt-get install neovim
nvim -v

Install in one command (this script supports Mac, Ubuntu)

bash <(curl -s https://raw.githubusercontent.com/bimbaquingoch/newNvcode/master/utils/install.sh)
  • Or Clone this repo into your config
git clone https://github.com/bimbaquingoch/newNvcode.git ~/.config/nvim

SSH KEY

  • To enable git push and pull commands make a SSH key and connect your repositories using SSH

IMPORTANT

if you want have online statistics from your daily work

NVCode pic

first create an account here Waka Time


Nerd Font

To see all files icons, you must be installed nerd font Nerd Font, I recommend download JetBrainsMono Nerd Font

Download your font
unzip ~/Downloads/JetBrainsMono.zip
sudo mv *.ttf /usr/share/fonts

Install python, node support and extra plugs

sudo pip3 install pynvim
sudo npm i -g neovim
sudo npm i -g pyright
sudo npm i -g bash-language-server
sudo npm i -g live-server