Code Monkey home page Code Monkey logo

nvim's Introduction

NeoVim Personalization

This repository was created to pre-config the WSL/Ubuntu enviroment for download the Neovim Code Editor. Also, it sets the plugins and personalization to make easily the programmer's life.

Installing neovim

sudo apt install neovim

Checking the neovim version

nvim --version

Installing pre-requisites plugins - UBUNTU

Tagbar for code navigation requisites

sudo apt install exuberant-ctags

COC - Conquer of Completion requisites

nodejs
// might be >= v12.22.12
sudo apt-get install nodejs
npm
sudo apt-get install npm
yarn
sudo apt-get install yarn
clangd for C/C++ programming language
sudo apt-get install clangd-12

Installing pre-requisites plugins - MacOS

Tagbar for code navigation requisites

brew install ctags

COC - Conquer of Completion requisites

nvm for install node
brew install nvm
nodejs
// might be >= v12.22.12
nvm install --lts
set LTS nodejs version

Here is v16.15.0 but it can be whatever lts version is installed in your enviroment.

nvm use 16
uninstall older nodejs version

Here is v10.2.0 but it can be whatever older version is installed in your enviroment.

nvm uninstall v10.2.0

It will to ensure your terminal always opens in a updated version.

clangd for C/C++ programming language
brew install llvm
Import the clangd to each file to use, if neccessary - NEOVIM (UBUNTU/MacOS)
If you're programming in C/C++ language
:CocInstall coc-clangd
If you're programming in Python language
:CocInstall coc-python

Downloading Nerd Fonts

Developer Icons requisites

1 - Install the Hack Nerd Font in Nerd Fonts
2 - Extract .zip folder
3 - Install each compatible font into the folder
4 - Set font on Terminal to Hack NF and save!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.