Skip to content

adroaldof/nvim-lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoVim

This is a highly opinionated NeoVim configurations file

It is using Packer as plugin manager

Install NeoVim

Follow the steps from https://github.com/neovim/neovim/wiki/Installing-Neovim

Add a alias

Add to your .bashrc or .zshrc

alias vim=nvim

Check NeoVim's Health

Some plugins need additional packages installed like NodeJs or Python. Maybe it is a good time to have them set up

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash

# add the follow to the .bashrc if it is not there yet
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm

# install a version
nvm install stable

Clone this configurations

Now you are good to install this vim configurations

git clone https://github.com/adroaldof/nvim-lua.git ~/.config/nvim

Install Plugins

At first run of NeoVim you will need type the follow command to make the first plugin install

:PackerInstall

Any plugin change you will need to add it to the lua/adr/packer.lua file and make the setup to the after/plugin when necessary


Enjoy it 👍

About

NeoVim with Lua configured with Packer plugin manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published