Begin to examine neovim config

This commit is contained in:
2025-04-05 16:37:09 -04:00
committed by Andrew R. M.
parent 381a5b8f05
commit b2c9f720ab
18 changed files with 42 additions and 19 deletions

9
.gitmodules vendored
View File

@@ -40,3 +40,12 @@
[submodule "vim/.vim/bundle/ale"]
path = vim/.vim/bundle/ale
url = https://github.com/dense-analysis/ale
[submodule "vim/.vim/nvim-bundle/plenary"]
path = vim/.vim/nvim-bundle/plenary
url = https://github.com/nvim-lua/plenary.nvim.git
[submodule "vim/.vim/nvim-bundle/telescope"]
path = vim/.vim/nvim-bundle/telescope
url = https://github.com/nvim-telescope/telescope.nvim.git
[submodule "vim/.vim/nvim-bundle/nvim-lspconfig"]
path = vim/.vim/nvim-bundle/nvim-lspconfig
url = https://github.com/neovim/nvim-lspconfig.git