/neovim-config

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

Neovim Config

This is meant for use with NvChad

BREAKING CHANGES

Inspiration from the creator of NvChad

Quickstart

Install neovim v0.8

wget https://github.com/neovim/neovim/releases/download/latest/nvim.appimage -O nvim
chmod +x nvim
mv nvim /usr/local/bin/

NvChad Setup

git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1

Custom config setup

git clone https://github.com/AlexanderHOtt/neovim-config/ ~/.config/nvchad_custom --depth 1
ln -s ~/.config/nvchad_custom/ ~/.config/nvim/lua/custom

Note: Make sure to run :PackerSync after nvim launches.

TODO

TODO: Add plugins

TODO: Add keymaps

  • nvim dap

TODO: Add terminal repls

TODO: Add autocmds

TODO: Fix indents may be caused by indent-blankline + ts indents at the same time