~smlavine/astronvim-user

My AstroNvim meta-configuration
Revert "Disable nvim-dap"
Disable codelens
Disable nvim-dap

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~smlavine/astronvim-user
read/write
git@git.sr.ht:~smlavine/astronvim-user

You can also use your local clone with git send-email.

This is my user configuration for AstroNvim (my preferred "distribution" of Neovim), branched from here.

To deploy, first make sure AstroNvim is installed at ~/.config/nvim. Then, copy this directory (or clone this repository) to ~/.config/nvim/lua/user. make will do that for you.

Previously, I had my home-glued Neovim (originally Vim) config in my dots repository. But this became unwieldy when I began using AstroNvim, as I had to keep the entire AstroNvim tree as a submodule. Having the user repository separate and the AstroNvim repository unmanaged is the intended way of doing things.