unindented / neovim-config

My Neovim config.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neovim Config

My Neovim / AstroNvim config.

Screenshot of terminal

Installation

Clone this repo into ~/.config/nvim:

git clone https://github.com/unindented/neovim-config.git ~/.config/nvim

Then start Neovim:

nvim

Note

Run :checkhealth to identify and resolve any issues.

Node

Install the neovim package:

npm i -g neovim

Perl

Install cpanm to make installing other modules easier:

cpan App::cpanminus

Then install the Neovim module:

cpanm -n Neovim::Ext

Note

You may need to symlink cpanm yourself:

cd "$(brew --prefix)/bin"
ln -s ../Cellar/perl/5.38.2_1/bin/cpanm cpanm

Python

Install the pynvim package:

python3 -m pip install --user --upgrade pynvim

Ruby

Install the neovim gem:

gem install neovim

Meta

Contributors

Daniel Perez Alvarez (daniel@unindented.org)

License

Copyright (c) 2024 Daniel Perez Alvarez (unindented.org). This is free software, and may be redistributed under the terms specified in the LICENSE file.

About

My Neovim config.

License:MIT License


Languages

Language:Lua 100.0%