diff options
| author | Marc Pervaz Boocha <mboocha@sudomsg.com> | 2025-12-03 23:44:43 +0530 |
|---|---|---|
| committer | Marc Pervaz Boocha <mboocha@sudomsg.com> | 2025-12-03 23:44:43 +0530 |
| commit | 51064240f6c728ad985a0a88b322918573c4045e (patch) | |
| tree | 1bbee601aac8c131e385f995dbc1b4804705d83a /.gitmodules | |
| parent | Updated nvim config (diff) | |
| download | dotfiles-51064240f6c728ad985a0a88b322918573c4045e.tar dotfiles-51064240f6c728ad985a0a88b322918573c4045e.tar.gz dotfiles-51064240f6c728ad985a0a88b322918573c4045e.tar.bz2 dotfiles-51064240f6c728ad985a0a88b322918573c4045e.tar.lz dotfiles-51064240f6c728ad985a0a88b322918573c4045e.tar.xz dotfiles-51064240f6c728ad985a0a88b322918573c4045e.tar.zst dotfiles-51064240f6c728ad985a0a88b322918573c4045e.zip | |
Updates
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index e1fb32f..90eac5a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,7 +8,9 @@ [submodule "nvim-lspconfig"] path = .local/share/nvim/site/pack/plugins/start/nvim-lspconfig url = https://github.com/neovim/nvim-lspconfig +[submodule "mason-lspconfig.nvim"] + path = /home/mboocha/.local/share/nvim/site/pack/plugins/start/mason-lspconfig.nvim + url = https://github.com/mason-org/mason-lspconfig.nvim.git [submodule "zsh-completions"] path = .zfunc/zsh-completions url = https://github.com/zsh-users/zsh-completions.git - |
