Revert "Disable nvim-dap"
Disable codelens
Disable nvim-dap
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.