Skip to content

Jesuspinarte/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image

Description

This is a NeoVim configuration made for personal projects. This configuration doesn't have too many features because is meant to use on mobile devices, such as tablets, smartphones (like Samsung devices which have Dex mode), and low-performance computers/laptops, feel free to use it and make modifications as you want.

Setup

  1. First, you have to install Neovim. This configuration is built to run on NeoVim 0.8 or later, so if you are using a lower version it might not work as expected.

  2. You will also have to have any Nerd Font installed on your machine. For Mobile devices, this could be complicated. Nerd Fonts are not necessary for this Neovim configuration but it will be "a nice to have".

  3. Dependencies:

    • Packer is necessary to install the plugins. So, please, follow its repository steps to install it.
    • Node Neovim will be required by Neovim. It's necessary to be installed globally:
      npm i -g neovim
      
    • Grep is required for some functionalities. Please search for how to install it for your OS.
    • Python is also needed to enable some features.

    NOTE:

    Maybe, after running nvim you will need to install some other libraries for this to work. Please do :checkhealth to see what else is needed to be installed.

  4. We are now set to copy the Neovim configuration. Execute the following command:

    git clone --depth 1 https://github.com/Jesuspinarte/nvim ~/.config/nvim
    
  5. After cloning the repository, run nvim in the console, and then :PackerSync inside Neovim to install the packages. Once installed, you may want to close Neovim and open it again. You will see a screen similar to this:

Commands

COMMAND ACTION
CTRL + P Search in root files
CTRL + F Search any files
SPACE + fb Search recent files
SPACE + fh Search for help commands/tags
CTRL + t Open floating terminal
CTRL + b Open/Close File explorer
CTRL + o Focus File Explorer
CTRL + s Save file
CTRL + z Undo
CTRL + right Increase vertical size
CTRL + left Reduce vertical size
ALT + s Open current file on a new vertical tab
CTRL + q Close window
ALT + f Format with prettier
CTRL + w Close tab
F1...F9 Go to tab 1...9

About

NeoVim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages