Skip to content

gordonajajar/nvim_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lightweight Neovim Configuration
Lua Neovim

About

Fast and lightweight, highly customalisable Personalised Development Environment using Neovim.

Install Neovim 0.10

Mac

brew install neovim

Linux

Distribution Command
Arch Linux sudo pacman -S neovim
Fedora sudo dnf install neovim
Debian/Ubuntu Neovim's 0.10 may not be available in Debian/Ubuntu's repositories. I recommend installing from source: official repository.

Windows

Install WSL2(Windows Subsystem for Linux) and follow the Linux instructions.

Required Dependencies

wget -P ~/.local/share/fonts https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.2/JetBrainsMono.zip 
&& cd ~/.local/share/fonts 
&& unzip JetBrainsMono.zip
&& rm JetBrainsMono.zip 
&& fc-cache -fv

Install the config

Make sure to remove or move your current nvim config directory.

mv ~/.config/nvim/ ~/.config/nvim-bak/
git clone https://github.com/gordonajajar/nvim_config.git ~/.config/nvim

Run nvim and wait for the plugins to be installed

Keymaps

General keymaps can be found in core/keymaps.lua. Plugin-specific keymaps are defined in individual plugin files in plugins/, but are also displayed in core/keymaps.lua.

Acknowledgements

About

Lightweight Neovim Configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages