GithubHelp home page GithubHelp logo

nvim_config_lua's Introduction

nvim_config for lua

Backup of nvim config files.

Fast Installation

Run the experimental and highly(maybe) dangerous install.sh.

Installation

  1. Install NeoVim with aptitude sudo apt install neovim.
    • NOTE: the aptitude version is often several versions behind the latest stable release provided on github.
    • installing for x86 architectures: Download latest AppImage with wget https://github.com/neovim/neovim/releases/download/stable/nvim.appimage. Then install by making executable and creating symbolic link nvim in /usr/local and adding to path.
    • for raspberrypi and other SBCs: Follow these instructions to build from source
  2. Clone this repo to ~/.config/nvim/ with git clone https://github.com/grwells/nvim_config_lua.git && mv nvim_config_lua ~/.config/nvim`
  3. Install python support with sudo apt-get install python3-neovim
  4. Install Node-JS from here
    • installing for x86 architectures: instructions here
    • installing for raspberrypi and other SBCs: if you have snap it is as simple as sudo snap install node --classic --channel=<version_desired_ex_16>
  5. Verify installation with :checkhealth lazy in nvim to verify plugin manager is installed correctly. To then check all installed plugins run :Lazy check.

Fonts Installation for Icon Support

This requires the installation of a nerd font on the system which can be done by modifying and executing the commands below:

wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Hermit.zip
unzip Hermit.zip -d /usr/share/fonts

After this, set the desired font for your terminal and test with Neovim or other to verify everything is working correctly. If you don't see the font appear in the list of options for your terminal, you may need to restart your system.

nvim_config_lua's People

Contributors

grwells avatar

Watchers

 avatar

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.